Trace number 3744495

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.08 1765.2

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.1.1.v20090612
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1299577560
0.05/0.09	c Max memory 1306394624
0.05/0.09	c Total memory 1306394624
0.05/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3744495-1338812418.opb
0.08/0.12	c reading problem ... 
0.96/0.55	c ... done. Wall clock time 0.431s.
0.96/0.55	c #vars     15725
0.96/0.55	c #constraints  33208
0.96/0.57	c constraints type 
0.96/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.96/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.96/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
0.96/0.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1434.84/1405.77	c cleaning 493739 clauses out of 987500
1800.08/1765.14	c starts		: 22
1800.08/1765.14	c conflicts		: 1242837
1800.08/1765.14	c decisions		: 1455115
1800.08/1765.14	c propagations		: 762234699
1800.08/1765.14	c inspects		: 8271653677
1800.08/1765.14	c learnt literals	: 0
1800.08/1765.14	c learnt binary clauses	: 0
1800.08/1765.14	c learnt ternary clauses	: 0
1800.08/1765.14	c learnt clauses	: 1242837
1800.08/1765.14	c ignored clauses	: 0
1800.08/1765.14	c root simplifications	: 0
1800.08/1765.14	c removed literals (reason simplification)	: 50728325
1800.08/1765.14	c reason swapping (by a shorter reason)	: 0
1800.08/1765.14	c Calls to reduceDB	: 1
1800.08/1765.14	c speed (assignments/second)	: 431961.1173354052
1800.08/1765.14	c non guided choices	0
1800.08/1765.19	c learnt constraints type 
1800.08/1765.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 749118
1800.08/1765.19	c constraints type 
1800.08/1765.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.08/1765.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.08/1765.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.08/1765.19	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.08/1765.19	s UNKNOWN
1800.08/1765.19	c Total wall clock time (in seconds): 1765.078

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-3744495-1338812418/watcher-3744495-1338812418 -o /tmp/evaluation-result-3744495-1338812418/solver-3744495-1338812418 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744495-1338812418.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: 2.02 2.06 1.96 3/195 24312
/proc/meminfo: memFree=27020456/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24312/stat : 24312 (java6) R 24310 24312 21172 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 347367435 9515008 184 33554432000 1073741824 1073778376 140733833894192 140733833885416 214369463735 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 2323 184 142 9 0 71 0

[startup+0.0784041 s]
/proc/loadavg: 2.02 2.06 1.96 3/195 24312
/proc/meminfo: memFree=27020456/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2648548 CPUtime=0.05 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 3807 0 1 0 4 1 0 0 20 0 18 0 347367435 2712113152 5526 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 662137 5526 1755 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.100196 s]
/proc/loadavg: 2.02 2.06 1.96 3/195 24312
/proc/meminfo: memFree=27020456/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 4571 0 1 0 7 1 0 0 20 0 18 0 347367435 2712133632 6289 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 662142 6289 2090 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300158 s]
/proc/loadavg: 2.02 2.06 1.96 3/195 24312
/proc/meminfo: memFree=27020456/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2648568 CPUtime=0.52 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 6367 0 1 0 50 2 0 0 20 0 18 0 347367435 2712133632 9587 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 662142 9587 2222 9 0 652835 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.700164 s]
/proc/loadavg: 2.02 2.06 1.96 3/195 24312
/proc/meminfo: memFree=27020456/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=1.42 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 9520 0 1 0 137 5 0 0 20 0 19 0 347367435 2780295168 31521 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 31521 2259 9 0 669476 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 2715132

[startup+1.50074 s]
/proc/loadavg: 2.09 2.07 1.97 4/214 24331
/proc/meminfo: memFree=26845084/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=2.43 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 10184 0 1 0 236 7 0 0 20 0 19 0 347367435 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 74029 2259 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 2886 0 1 0 141 5 0 0 20 0 19 0 347367436 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075818734040 140075678300488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3644 0 0 0 46 2 0 0 20 0 19 0 347367442 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2459 0 0 0 44 1 0 0 20 0 19 0 347367442 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 74029 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 2.09 2.07 1.97 4/214 24331
/proc/meminfo: memFree=26647980/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=4.19 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 10300 0 1 0 408 11 0 0 20 0 19 0 347367435 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 99141 2272 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=3.01 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 2925 0 1 0 295 6 0 0 20 0 19 0 347367436 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075818732856 140075678237261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347367438 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3644 0 0 0 46 2 0 0 20 0 19 0 347367442 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2459 0 0 0 45 2 0 0 20 0 19 0 347367442 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 99141 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 2715132

[startup+6.30073 s]
/proc/loadavg: 2.09 2.07 1.97 4/214 24331
/proc/meminfo: memFree=26628244/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=7.56 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 10324 0 1 0 745 11 0 0 20 0 19 0 347367435 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 99793 2272 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=6.14 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 2929 0 1 0 608 6 0 0 20 0 19 0 347367436 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075818732936 140075678300170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 347367438 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3644 0 0 0 46 2 0 0 20 0 19 0 347367442 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2460 0 0 0 48 2 0 0 20 0 19 0 347367442 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 99793 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3650 0 0 0 50 2 0 0 20 0 19 0 347367442 2780295168 311369 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2715 0 0 0 59 2 0 0 20 0 19 0 347367442 2780295168 311369 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 311369 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 95 0 0 0 39 28 0 0 20 0 19 0 347367442 2780295168 311369 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 311369 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1696.15
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/189 24371
/proc/meminfo: memFree=26430384/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=1756.85 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 14069 0 1 0 175562 123 0 0 20 0 19 0 347367435 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 312013 2285 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=1703.37 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 3728 0 1 0 170299 38 0 0 20 0 19 0 347367436 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075818732848 140075678237300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=5.82 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 363 0 0 0 572 10 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=5.78 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 296 0 0 0 571 7 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=5.83 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 320 0 0 0 574 9 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=5.78 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 310 0 0 0 569 9 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=5.89 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 337 0 0 0 580 9 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=5.99 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 328 0 0 0 589 10 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=6.05 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 316 0 0 0 595 10 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=5.91 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 300 0 0 0 583 8 0 0 20 0 19 0 347367438 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 126 0 0 0 55 5 0 0 20 0 19 0 347367439 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3650 0 0 0 50 2 0 0 20 0 19 0 347367442 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2715 0 0 0 59 2 0 0 20 0 19 0 347367442 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 99 0 0 0 41 29 0 0 20 0 19 0 347367442 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 312013 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1756.85
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.1 s]
/proc/loadavg: 1.09 1.61 1.85 2/189 24371
/proc/meminfo: memFree=26430384/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=1800.08 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 14096 0 1 0 179884 124 0 0 20 0 19 0 347367435 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 312025 2285 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=1745.89 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 3739 0 1 0 174550 39 0 0 20 0 19 0 347367436 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075818732848 140075678319045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=5.91 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 366 0 0 0 581 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 297 0 0 0 579 7 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=5.9 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 320 0 0 0 581 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 310 0 0 0 577 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=5.95 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 337 0 0 0 586 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=6.04 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 328 0 0 0 594 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=6.14 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 321 0 0 0 604 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 303 0 0 0 590 8 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 128 0 0 0 55 5 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3650 0 0 0 50 2 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2715 0 0 0 59 2 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 101 0 0 0 41 31 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1765.1 s]
/proc/loadavg: 1.09 1.61 1.85 2/189 24371
/proc/meminfo: memFree=26430384/32873844 swapFree=7632/7632
[pid=24312] ppid=24310 vsize=2715132 CPUtime=1800.08 cores=0,2,4,6
/proc/24312/stat : 24312 (java) S 24310 24312 21172 0 -1 4202496 14096 0 1 0 179884 124 0 0 20 0 19 0 347367435 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140737443857104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24312/statm: 678783 312025 2285 9 0 669476 0
[pid=24312/tid=24314] ppid=24310 vsize=2715132 CPUtime=1745.89 cores=0,2,4,6
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 21172 0 -1 4202560 3739 0 1 0 174550 39 0 0 20 0 19 0 347367436 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075818732848 140075678319045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=2715132 CPUtime=5.91 cores=0,2,4,6
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 21172 0 -1 4202560 366 0 0 0 581 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075803184168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 21172 0 -1 4202560 297 0 0 0 579 7 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075802131368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=2715132 CPUtime=5.9 cores=0,2,4,6
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 21172 0 -1 4202560 320 0 0 0 581 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075801078568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 21172 0 -1 4202560 310 0 0 0 577 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075800025768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24319] ppid=24310 vsize=2715132 CPUtime=5.95 cores=0,2,4,6
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 21172 0 -1 4202560 337 0 0 0 586 9 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075798972968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24320] ppid=24310 vsize=2715132 CPUtime=6.04 cores=0,2,4,6
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 21172 0 -1 4202560 328 0 0 0 594 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075797920168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24321] ppid=24310 vsize=2715132 CPUtime=6.14 cores=0,2,4,6
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 21172 0 -1 4202560 321 0 0 0 604 10 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075796867368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24322] ppid=24310 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 21172 0 -1 4202560 303 0 0 0 590 8 0 0 20 0 19 0 347367438 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075677509800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 21172 0 -1 4202560 128 0 0 0 55 5 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075665312744 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24324] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075664258808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24325] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347367439 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075663205896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24326] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24326/stat : 24326 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140075662154384 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24327] ppid=24310 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/24312/task/24327/stat : 24327 (java) S 24310 24312 21172 0 -1 4202560 3650 0 0 0 50 2 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074922535352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24312/tid=24328] ppid=24310 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/24312/task/24328/stat : 24328 (java) S 24310 24312 21172 0 -1 4202560 2715 0 0 0 59 2 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074921482552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24329] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24329/stat : 24329 (java) S 24310 24312 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074920429944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24312/tid=24330] ppid=24310 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/24312/task/24330/stat : 24330 (java) S 24310 24312 21172 0 -1 4202560 101 0 0 0 41 31 0 0 20 0 19 0 347367442 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074919377352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24312/tid=24331] ppid=24310 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24312/task/24331/stat : 24331 (java) S 24310 24312 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347367496 2780295168 312025 33554432000 1073741824 1073778376 140737443865968 140074918323880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2715132

Child status: 143

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

Real time (s): 1765.2
CPU time (s): 1800.08
CPU user time (s): 1798.84
CPU system time (s): 1.24
CPU usage (%): 101.976
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.66175
maximum resident set size= 1248288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14145
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62121
involuntary context switches= 105370

runsolver used 5.63214 second user time and 14.7728 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-04 14:20:18
IDJOB=3744495
IDBENCH=92764
IDSOLVER=2322
FILE ID=node130/3744495-1338812418
RUNJOBID= node130-1338810511-24050
PBS_JOBID= 14636838
Free space on /tmp= 70984 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744495-1338812418/watcher-3744495-1338812418 -o /tmp/evaluation-result-3744495-1338812418/solver-3744495-1338812418 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744495-1338812418.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=1485696995

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.91
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27020804 kB
Buffers:         1707864 kB
Cached:          2608388 kB
SwapCached:         4312 kB
Active:          3057992 kB
Inactive:        1904908 kB
Active(anon):     635260 kB
Inactive(anon):     8188 kB
Active(file):    2422732 kB
Inactive(file):  1896720 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        639728 kB
Mapped:            17284 kB
Shmem:                 4 kB
Slab:             730500 kB
SReclaimable:     171864 kB
SUnreclaim:       558636 kB
KernelStack:        1784 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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= 70984 MiB
End job on node130 at 2012-06-04 14:49:45