Trace number 2701356

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.39 982.927

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100531
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-2701356-1278539381.wbo
0.00/0.10	c reading problem ... 
1800.18/982.82	c starts		: 0
1800.18/982.82	c conflicts		: 0
1800.18/982.82	c decisions		: 0
1800.18/982.82	c propagations		: 0
1800.18/982.82	c inspects		: 0
1800.18/982.82	c learnt literals	: 0
1800.18/982.82	c learnt binary clauses	: 0
1800.18/982.82	c learnt ternary clauses	: 0
1800.18/982.82	c learnt clauses	: 0
1800.18/982.82	c ignored clauses	: 0
1800.18/982.82	c root simplifications	: 0
1800.18/982.82	c removed literals (reason simplification)	: 0
1800.18/982.82	c reason swapping (by a shorter reason)	: 0
1800.18/982.82	c Calls to reduceDB	: 0
1800.18/982.82	c number of reductions to clauses (during analyze)	: 0
1800.18/982.82	c number of learned constraints concerned by reduction	: 0
1800.18/982.82	c number of learning phase by resolution	: 0
1800.18/982.82	c number of learning phase by cutting planes	: 0
1800.18/982.82	c speed (assignments/second)	: 0.0
1800.18/982.82	c non guided choices	0
1800.18/982.82	c learnt constraints type 
1800.18/982.82	c constraints type 
1800.18/982.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 458
1800.18/982.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 894763
1800.18/982.82	c constraints type 
1800.18/982.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
1800.18/982.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 894763
1800.18/982.82	s UNKNOWN
1800.18/982.82	c Total wall clock time (in seconds): 982.724

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701356-1278539381/watcher-2701356-1278539381 -o /tmp/evaluation-result-2701356-1278539381/solver-2701356-1278539381 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701356-1278539381.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=13684 CPUtime=0
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 1184 0 0 0 0 0 0 0 22 0 2 0 22151261 14012416 631 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 3421 631 307 10 0 1206 0
[pid=18671/tid=18672] ppid=18669 vsize=13716 CPUtime=0
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 147 0 0 0 0 0 0 0 24 0 2 0 22151261 14045184 635 4089446400 134512640 134550932 4291561200 18446744073709551615 11059975 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0102151 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1522520 CPUtime=0
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 2705 0 1 0 0 0 0 0 22 0 10 0 22151261 1559060480 2149 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 380630 2155 451 10 0 378341 0
[pid=18671/tid=18672] ppid=18669 vsize=1522520 CPUtime=0
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 1661 0 1 0 0 0 0 0 25 0 10 0 22151261 1559060480 2157 4089446400 134512640 134550932 4291561200 18446744073709551615 11032060 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1522520

[startup+0.103234 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1529824 CPUtime=0.12
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 5314 0 1 0 11 1 0 0 22 0 18 0 22151261 1566539776 4751 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 382456 4751 1350 10 0 379759 0
[pid=18671/tid=18672] ppid=18669 vsize=1529824 CPUtime=0.09
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 3624 0 1 0 8 1 0 0 20 0 18 0 22151261 1566539776 4751 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529824

[startup+0.300199 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1533420 CPUtime=0.6
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 18050 0 1 0 57 3 0 0 22 0 18 0 22151261 1570222080 16947 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 383355 16948 1406 10 0 380658 0
[pid=18671/tid=18672] ppid=18669 vsize=1533420 CPUtime=0.28
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 14943 0 1 0 26 2 0 0 18 0 18 0 22151261 1570222080 16948 4089446400 134512640 134550932 4291561200 18446744073709551615 4109167476 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533420

[startup+0.701157 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1537564 CPUtime=1.51
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 49616 0 1 0 143 8 0 0 22 0 18 0 22151261 1574465536 46884 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 384391 46884 1425 10 0 381694 0
[pid=18671/tid=18672] ppid=18669 vsize=1537564 CPUtime=0.62
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 34513 0 1 0 57 5 0 0 17 0 18 0 22151261 1574465536 46884 4089446400 134512640 134550932 4291561200 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1537564

[startup+2.77781 s]
/proc/loadavg: 1.93 1.99 1.93 3/196 18671
/proc/meminfo: memFree=29112096/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1537564 CPUtime=3.97
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 55309 0 1 0 384 13 0 0 22 0 18 0 22151261 1574465536 52249 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 384391 52249 1425 10 0 381694 0
[pid=18671/tid=18672] ppid=18669 vsize=1537564 CPUtime=2.58
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 34587 0 1 0 252 6 0 0 19 0 18 0 22151261 1574465536 52249 4089446400 134512640 134550932 4291561200 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 1537564

[startup+3.10073 s]
/proc/loadavg: 2.10 2.02 1.94 3/214 18689
/proc/meminfo: memFree=28907244/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1537564 CPUtime=4.35
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 55774 0 1 0 421 14 0 0 22 0 18 0 22151261 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 384391 52694 1425 10 0 381694 0
[pid=18671/tid=18672] ppid=18669 vsize=1537564 CPUtime=2.88
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 34596 0 1 0 282 6 0 0 19 0 18 0 22151261 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1537564 CPUtime=0.09
/proc/18671/task/18674/stat : 18674 (java) S 18669 18671 17723 0 -1 4202560 1596 0 0 0 9 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1537564 CPUtime=0.09
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 2548 0 0 0 9 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1537564 CPUtime=0.09
/proc/18671/task/18676/stat : 18676 (java) S 18669 18671 17723 0 -1 4202560 2113 0 0 0 9 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 2 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1537564 CPUtime=0.06
/proc/18671/task/18677/stat : 18677 (java) S 18669 18671 17723 0 -1 4202560 1678 0 0 0 6 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1537564 CPUtime=0.07
/proc/18671/task/18678/stat : 18678 (java) S 18669 18671 17723 0 -1 4202560 1723 0 0 0 7 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1537564 CPUtime=0.09
/proc/18671/task/18679/stat : 18679 (java) S 18669 18671 17723 0 -1 4202560 1848 0 0 0 9 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1537564 CPUtime=0.08
/proc/18671/task/18680/stat : 18680 (java) S 18669 18671 17723 0 -1 4202560 1768 0 0 0 8 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1537564 CPUtime=0.1
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 2137 0 0 0 10 0 0 0 15 0 18 0 22151262 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1537564 CPUtime=0.01
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 30 0 0 0 0 1 0 0 16 0 18 0 22151263 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1537564 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1537564 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1537564 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1537564 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1537564 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1537564 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1537564 CPUtime=0
/proc/18671/task/18689/stat : 18689 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22151265 1574465536 52694 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1537564

[startup+6.30719 s]
/proc/loadavg: 2.10 2.02 1.94 3/214 18690
/proc/meminfo: memFree=28886288/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1538588 CPUtime=8.21
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 61640 0 1 0 792 29 0 0 22 0 18 0 22151261 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 384647 58223 1425 10 0 381950 0
[pid=18671/tid=18672] ppid=18669 vsize=1538588 CPUtime=5.87
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 34688 0 1 0 581 6 0 0 25 0 18 0 22151261 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1538588 CPUtime=0.21
/proc/18671/task/18674/stat : 18674 (java) S 18669 18671 17723 0 -1 4202560 2106 0 0 0 20 1 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1538588 CPUtime=0.19
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 3275 0 0 0 17 2 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1538588 CPUtime=0.21
/proc/18671/task/18676/stat : 18676 (java) S 18669 18671 17723 0 -1 4202560 2688 0 0 0 19 2 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 2 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1538588 CPUtime=0.17
/proc/18671/task/18677/stat : 18677 (java) S 18669 18671 17723 0 -1 4202560 2436 0 0 0 15 2 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1538588 CPUtime=0.17
/proc/18671/task/18678/stat : 18678 (java) S 18669 18671 17723 0 -1 4202560 2623 0 0 0 15 2 0 0 16 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1538588 CPUtime=0.18
/proc/18671/task/18679/stat : 18679 (java) S 18669 18671 17723 0 -1 4202560 2492 0 0 0 16 2 0 0 16 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1538588 CPUtime=0.18
/proc/18671/task/18680/stat : 18680 (java) S 18669 18671 17723 0 -1 4202560 2605 0 0 0 17 1 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1538588 CPUtime=0.21
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 2960 0 0 0 19 2 0 0 15 0 18 0 22151262 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1538588 CPUtime=0.05
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 30 0 0 0 2 3 0 0 15 0 18 0 22151263 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1538588 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1538588 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1538588 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1538588 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1538588 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1538588 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1538588 CPUtime=0
/proc/18671/task/18689/stat : 18689 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22151265 1575514112 58223 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1538588

[startup+12.701 s]
/proc/loadavg: 2.09 2.02 1.94 3/214 18690
/proc/meminfo: memFree=28869804/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1539612 CPUtime=15.91
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 67948 0 1 0 1541 50 0 0 22 0 18 0 22151261 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 384903 64063 1425 10 0 382206 0
[pid=18671/tid=18672] ppid=18669 vsize=1539612 CPUtime=11.81
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 34869 0 1 0 1174 7 0 0 25 0 18 0 22151261 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4109607053 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1539612 CPUtime=0.44
/proc/18671/task/18674/stat : 18674 (java) S 18669 18671 17723 0 -1 4202560 2643 0 0 0 42 2 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1539612 CPUtime=0.4
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 4238 0 0 0 36 4 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1539612 CPUtime=0.43
/proc/18671/task/18676/stat : 18676 (java) S 18669 18671 17723 0 -1 4202560 3336 0 0 0 39 4 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 2 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1539612 CPUtime=0.39
/proc/18671/task/18677/stat : 18677 (java) S 18669 18671 17723 0 -1 4202560 3201 0 0 0 34 5 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1539612 CPUtime=0.38
/proc/18671/task/18678/stat : 18678 (java) S 18669 18671 17723 0 -1 4202560 3322 0 0 0 34 4 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1539612 CPUtime=0.38
/proc/18671/task/18679/stat : 18679 (java) S 18669 18671 17723 0 -1 4202560 3339 0 0 0 34 4 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1539612 CPUtime=0.37
/proc/18671/task/18680/stat : 18680 (java) S 18669 18671 17723 0 -1 4202560 3228 0 0 0 34 3 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1539612 CPUtime=0.44
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 4003 0 0 0 39 5 0 0 15 0 18 0 22151262 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1539612 CPUtime=0.09
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 32 0 0 0 3 6 0 0 15 0 18 0 22151263 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 7 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1539612 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1539612 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1539612 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1539612 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1539612 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1539612 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1576562688 64063 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0

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

/proc/18671/task/18680/stat : 18680 (java) S 18669 18671 17723 0 -1 4202560 27910 0 0 0 10283 815 0 0 15 0 18 0 22151262 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1540636 CPUtime=112.8
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 26009 0 0 0 10471 809 0 0 15 0 18 0 22151262 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1540636 CPUtime=3.12
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 130 0 0 0 118 194 0 0 15 0 18 0 22151263 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1540636 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1540636 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18689/stat : 18689 (java) S 18669 18671 17723 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 18 0 22151265 1577611264 247158 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1479.72
Current children cumulated vsize (KiB) 1540636

[startup+882.302 s]
/proc/loadavg: 3.07 2.72 2.38 3/214 18722
/proc/meminfo: memFree=27844232/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1540636 CPUtime=1599.9
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 279843 0 1 0 153062 6928 0 0 22 0 18 0 22151261 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 385159 253901 1425 10 0 382462 0
[pid=18671/tid=18672] ppid=18669 vsize=1540636 CPUtime=625.97
/proc/18671/task/18672/stat : 18672 (java) R 18669 18671 17723 0 -1 4202560 54263 0 1 0 62567 30 0 0 15 0 18 0 22151261 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1540636 CPUtime=121.46
/proc/18671/task/18674/stat : 18674 (java) S 18669 18671 17723 0 -1 4202560 24811 0 0 0 11351 795 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1540636 CPUtime=120.5
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 28298 0 0 0 11211 839 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1540636 CPUtime=119.92
/proc/18671/task/18676/stat : 18676 (java) S 18669 18671 17723 0 -1 4202560 27234 0 0 0 11160 832 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1540636 CPUtime=121.95
/proc/18671/task/18677/stat : 18677 (java) S 18669 18671 17723 0 -1 4202560 27701 0 0 0 11383 812 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1540636 CPUtime=121.67
/proc/18671/task/18678/stat : 18678 (java) S 18669 18671 17723 0 -1 4202560 26025 0 0 0 11320 847 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1540636 CPUtime=120.5
/proc/18671/task/18679/stat : 18679 (java) S 18669 18671 17723 0 -1 4202560 29847 0 0 0 11202 848 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1540636 CPUtime=120.95
/proc/18671/task/18680/stat : 18680 (java) S 18669 18671 17723 0 -1 4202560 28804 0 0 0 11235 860 0 0 16 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1540636 CPUtime=122.83
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 26945 0 0 0 11434 849 0 0 15 0 18 0 22151262 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 5 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1540636 CPUtime=3.34
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 142 0 0 0 126 208 0 0 15 0 18 0 22151263 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1540636 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1540636 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1540636 CPUtime=0.01
/proc/18671/task/18689/stat : 18689 (java) S 18669 18671 17723 0 -1 4202560 36 0 0 0 0 1 0 0 15 0 18 0 22151265 1577611264 253901 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1599.9
Current children cumulated vsize (KiB) 1540636

[startup+942.304 s]
/proc/loadavg: 3.26 2.81 2.42 11/214 18724
/proc/meminfo: memFree=27817136/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1540636 CPUtime=1719.2
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 287764 0 1 0 164647 7273 0 0 22 0 18 0 22151261 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 385159 260607 1425 10 0 382462 0
[pid=18671/tid=18672] ppid=18669 vsize=1540636 CPUtime=665.03
/proc/18671/task/18672/stat : 18672 (java) S 18669 18671 17723 0 -1 4202560 55350 0 1 0 66472 31 0 0 15 0 18 0 22151261 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 2 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1540636 CPUtime=131.68
/proc/18671/task/18674/stat : 18674 (java) R 18669 18671 17723 0 -1 4202560 25609 0 0 0 12335 833 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1540636 CPUtime=130.85
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 29178 0 0 0 12201 884 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1540636 CPUtime=129.91
/proc/18671/task/18676/stat : 18676 (java) R 18669 18671 17723 0 -1 4202560 28036 0 0 0 12120 871 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1540636 CPUtime=131.77
/proc/18671/task/18677/stat : 18677 (java) R 18669 18671 17723 0 -1 4202560 28633 0 0 0 12323 854 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1540636 CPUtime=131.85
/proc/18671/task/18678/stat : 18678 (java) S 18669 18671 17723 0 -1 4202560 26848 0 0 0 12299 886 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1540636 CPUtime=130.16
/proc/18671/task/18679/stat : 18679 (java) R 18669 18671 17723 0 -1 4202560 30712 0 0 0 12126 890 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1540636 CPUtime=130.46
/proc/18671/task/18680/stat : 18680 (java) R 18669 18671 17723 0 -1 4202560 29691 0 0 0 12142 904 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1540636 CPUtime=133.16
/proc/18671/task/18681/stat : 18681 (java) S 18669 18671 17723 0 -1 4202560 27786 0 0 0 12425 891 0 0 15 0 18 0 22151262 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1540636 CPUtime=3.57
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 146 0 0 0 133 224 0 0 15 0 18 0 22151263 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1540636 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1540636 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1540636 CPUtime=0.01
/proc/18671/task/18689/stat : 18689 (java) S 18669 18671 17723 0 -1 4202560 38 0 0 0 0 1 0 0 15 0 18 0 22151265 1577611264 260607 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1719.2
Current children cumulated vsize (KiB) 1540636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+982.802 s]
/proc/loadavg: 2.72 2.72 2.41 3/214 18725
/proc/meminfo: memFree=27798564/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=1540636 CPUtime=1800.18
/proc/18671/stat : 18671 (java) S 18669 18671 17723 0 -1 4202496 293202 0 1 0 172517 7501 0 0 22 0 18 0 22151261 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 385159 265198 1425 10 0 382462 0
[pid=18671/tid=18672] ppid=18669 vsize=1540636 CPUtime=691.41
/proc/18671/task/18672/stat : 18672 (java) S 18669 18671 17723 0 -1 4202560 56086 0 1 0 69109 32 0 0 15 0 18 0 22151261 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18674] ppid=18669 vsize=1540636 CPUtime=138.62
/proc/18671/task/18674/stat : 18674 (java) R 18669 18671 17723 0 -1 4202560 26187 0 0 0 13002 860 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18671/tid=18675] ppid=18669 vsize=1540636 CPUtime=137.77
/proc/18671/task/18675/stat : 18675 (java) S 18669 18671 17723 0 -1 4202560 29725 0 0 0 12865 912 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 6 0 0 0
[pid=18671/tid=18676] ppid=18669 vsize=1540636 CPUtime=136.51
/proc/18671/task/18676/stat : 18676 (java) R 18669 18671 17723 0 -1 4202560 28633 0 0 0 12751 900 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18671/tid=18677] ppid=18669 vsize=1540636 CPUtime=138.53
/proc/18671/task/18677/stat : 18677 (java) R 18669 18671 17723 0 -1 4202560 29240 0 0 0 12971 882 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18671/tid=18678] ppid=18669 vsize=1540636 CPUtime=138.75
/proc/18671/task/18678/stat : 18678 (java) R 18669 18671 17723 0 -1 4202560 27385 0 0 0 12964 911 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 103115905 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18671/tid=18679] ppid=18669 vsize=1540636 CPUtime=136.79
/proc/18671/task/18679/stat : 18679 (java) R 18669 18671 17723 0 -1 4202560 31322 0 0 0 12762 917 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18671/tid=18680] ppid=18669 vsize=1540636 CPUtime=137.19
/proc/18671/task/18680/stat : 18680 (java) R 18669 18671 17723 0 -1 4202560 30276 0 0 0 12790 929 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18671/tid=18681] ppid=18669 vsize=1540636 CPUtime=140.1
/proc/18671/task/18681/stat : 18681 (java) R 18669 18671 17723 0 -1 4202560 28422 0 0 0 13092 918 0 0 15 0 18 0 22151262 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18671/tid=18682] ppid=18669 vsize=1540636 CPUtime=3.73
/proc/18671/task/18682/stat : 18682 (java) S 18669 18671 17723 0 -1 4202560 149 0 0 0 139 234 0 0 15 0 18 0 22151263 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 0 0 16800975 18446604453946191936 0 0 -1 0 0 0 0
[pid=18671/tid=18683] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18683/stat : 18683 (java) S 18669 18671 17723 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18684] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18684/stat : 18684 (java) S 18669 18671 17723 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22151263 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18685] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18685/stat : 18685 (java) S 18669 18671 17723 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22151265 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 1 0 0 0
[pid=18671/tid=18686] ppid=18669 vsize=1540636 CPUtime=0.36
/proc/18671/task/18686/stat : 18686 (java) S 18669 18671 17723 0 -1 4202560 3004 0 0 0 36 0 0 0 15 0 18 0 22151265 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 4 0 0 0
[pid=18671/tid=18687] ppid=18669 vsize=1540636 CPUtime=0.29
/proc/18671/task/18687/stat : 18687 (java) S 18669 18671 17723 0 -1 4202560 1671 0 0 0 29 0 0 0 15 0 18 0 22151265 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=1540636 CPUtime=0
/proc/18671/task/18688/stat : 18688 (java) S 18669 18671 17723 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 22151265 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 18446604453946191936 0 0 -1 3 0 0 0
[pid=18671/tid=18689] ppid=18669 vsize=1540636 CPUtime=0.01
/proc/18671/task/18689/stat : 18689 (java) R 18669 18671 17723 0 -1 4202560 40 0 0 0 0 1 0 0 15 0 18 0 22151265 1577611264 265198 4089446400 134512640 134550932 4291561200 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1540636

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

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

[startup+982.913 s]
/proc/loadavg: 2.72 2.72 2.41 3/214 18725
/proc/meminfo: memFree=27798564/32951124 swapFree=67111528/67111528
[pid=18671] ppid=18669 vsize=0 CPUtime=1800.37
/proc/18671/stat : 18671 (java) Z 18669 18671 17723 0 -1 4203548 293241 0 1 0 172533 7504 0 0 17 0 2 0 22151261 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18671/statm: 0 0 0 0 0 0 0
[pid=18671/tid=18688] ppid=18669 vsize=0 CPUtime=0.02
/proc/18671/task/18688/stat : 18688 (java) R 18669 18671 17723 0 -1 4203588 0 0 0 0 0 2 0 0 18 0 2 0 22151265 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 982.927
CPU time (s): 1800.39
CPU user time (s): 1725.33
CPU system time (s): 75.0636
CPU usage (%): 183.167
Max. virtual memory (cumulated for all children) (KiB): 1540636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1725.33
system time used= 75.0636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293241
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1028584
involuntary context switches= 51763377

runsolver used 1.93171 second user time and 3.81742 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-07 23:49:43
IDJOB=2701356
IDBENCH=79566
IDSOLVER=1207
FILE ID=node146/2701356-1278539381
PBS_JOBID= 11239185
Free space on /tmp= 73472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701356-1278539381/watcher-2701356-1278539381 -o /tmp/evaluation-result-2701356-1278539381/solver-2701356-1278539381 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701356-1278539381.wbo

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

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=2002142184

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.870
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29112500 kB
Buffers:        144340 kB
Cached:        2874224 kB
SwapCached:          0 kB
Active:        2101632 kB
Inactive:      1585272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29112500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          117916 kB
Writeback:           0 kB
AnonPages:      668196 kB
Mapped:          20312 kB
Slab:            86992 kB
PageTables:       6032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1646584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73472 MiB
End job on node146 at 2010-07-08 00:06:08