Trace number 2701848

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.36 1041.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMbaac82f1e5c2363a05a67929a02d4991
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark60112
Best CPU time to get the best result obtained on this benchmark1800.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
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.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701848-1278541990.wbo
0.11/0.10	c reading problem ... 
1800.21/1041.41	c starts		: 0
1800.21/1041.41	c conflicts		: 0
1800.21/1041.41	c decisions		: 0
1800.21/1041.41	c propagations		: 0
1800.21/1041.41	c inspects		: 0
1800.21/1041.41	c learnt literals	: 0
1800.21/1041.41	c learnt binary clauses	: 0
1800.21/1041.41	c learnt ternary clauses	: 0
1800.21/1041.41	c learnt clauses	: 0
1800.21/1041.41	c ignored clauses	: 0
1800.21/1041.41	c root simplifications	: 0
1800.21/1041.41	c removed literals (reason simplification)	: 0
1800.21/1041.41	c reason swapping (by a shorter reason)	: 0
1800.21/1041.41	c Calls to reduceDB	: 0
1800.21/1041.41	c number of reductions to clauses (during analyze)	: 0
1800.21/1041.41	c number of learned constraints concerned by reduction	: 0
1800.21/1041.41	c number of learning phase by resolution	: 0
1800.21/1041.41	c number of learning phase by cutting planes	: 0
1800.21/1041.41	c speed (assignments/second)	: 0.0
1800.21/1041.41	c non guided choices	0
1800.21/1041.41	c learnt constraints type 
1800.21/1041.42	c constraints type 
1800.21/1041.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 252
1800.21/1041.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 326437
1800.21/1041.42	c constraints type 
1800.21/1041.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
1800.21/1041.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 326437
1800.21/1041.42	s UNKNOWN
1800.21/1041.42	c Total wall clock time (in seconds): 1041.317

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.46 2.28 3/196 20659
/proc/meminfo: memFree=28725524/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=13164 CPUtime=0
/proc/20659/stat : 20659 (java) R 20657 20659 17152 0 -1 4194304 922 0 0 0 0 0 0 0 21 0 1 0 22414060 13479936 420 4089446400 134512640 134550932 4292985584 18446744073709551615 11536024 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20659/statm: 3291 422 144 10 0 1121 0

[startup+0.0883819 s]
/proc/loadavg: 2.36 2.46 2.28 3/196 20659
/proc/meminfo: memFree=28725524/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1530196 CPUtime=0.09
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 5136 0 1 0 8 1 0 0 21 0 18 0 22414060 1566920704 4573 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 382549 4573 1345 10 0 379852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1530196

[startup+0.10036 s]
/proc/loadavg: 2.36 2.46 2.28 3/196 20659
/proc/meminfo: memFree=28725524/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1530196 CPUtime=0.11
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 5265 0 1 0 10 1 0 0 21 0 18 0 22414060 1566920704 4702 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 382549 4702 1346 10 0 379852 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530196

[startup+0.300302 s]
/proc/loadavg: 2.36 2.46 2.28 3/196 20659
/proc/meminfo: memFree=28725524/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1533104 CPUtime=0.6
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 14261 0 1 0 57 3 0 0 21 0 18 0 22414060 1569898496 13222 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 383276 13222 1414 10 0 380579 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533104

[startup+0.700236 s]
/proc/loadavg: 2.36 2.46 2.28 3/196 20659
/proc/meminfo: memFree=28725524/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1537672 CPUtime=1.48
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 44795 0 1 0 142 6 0 0 21 0 18 0 22414060 1574576128 42678 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384418 42678 1423 10 0 381721 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1537672

[startup+1.50109 s]
/proc/loadavg: 2.36 2.46 2.28 3/214 20677
/proc/meminfo: memFree=28540320/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1537672 CPUtime=2.53
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 51492 0 1 0 246 7 0 0 21 0 18 0 22414060 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384418 49259 1425 10 0 381721 0
[pid=20659/tid=20661] ppid=20657 vsize=1537672 CPUtime=1.36
/proc/20659/task/20661/stat : 20661 (java) R 20657 20659 17152 0 -1 4202560 33792 0 1 0 132 4 0 0 18 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1537672 CPUtime=0.06
/proc/20659/task/20662/stat : 20662 (java) S 20657 20659 17152 0 -1 4202560 1742 0 0 0 6 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1537672 CPUtime=0.06
/proc/20659/task/20663/stat : 20663 (java) S 20657 20659 17152 0 -1 4202560 2195 0 0 0 6 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1537672 CPUtime=0.05
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 2222 0 0 0 5 0 0 0 16 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1537672 CPUtime=0.05
/proc/20659/task/20665/stat : 20665 (java) S 20657 20659 17152 0 -1 4202560 1048 0 0 0 5 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1537672 CPUtime=0.04
/proc/20659/task/20666/stat : 20666 (java) S 20657 20659 17152 0 -1 4202560 1214 0 0 0 4 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1537672 CPUtime=0.04
/proc/20659/task/20667/stat : 20667 (java) S 20657 20659 17152 0 -1 4202560 1289 0 0 0 4 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 7 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1537672 CPUtime=0.02
/proc/20659/task/20668/stat : 20668 (java) S 20657 20659 17152 0 -1 4202560 353 0 0 0 2 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1537672 CPUtime=0.07
/proc/20659/task/20669/stat : 20669 (java) S 20657 20659 17152 0 -1 4202560 2360 0 0 0 7 0 0 0 15 0 18 0 22414061 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 18 0 22414062 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1537672 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1537672 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22414064 1574576128 49259 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1537672

[startup+3.1008 s]
/proc/loadavg: 2.36 2.46 2.28 3/214 20677
/proc/meminfo: memFree=28526440/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1537672 CPUtime=4.31
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 54663 0 1 0 420 11 0 0 21 0 18 0 22414060 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384418 52226 1425 10 0 381721 0
[pid=20659/tid=20661] ppid=20657 vsize=1537672 CPUtime=2.87
/proc/20659/task/20661/stat : 20661 (java) R 20657 20659 17152 0 -1 4202560 33837 0 1 0 283 4 0 0 18 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1537672 CPUtime=0.09
/proc/20659/task/20662/stat : 20662 (java) S 20657 20659 17152 0 -1 4202560 1957 0 0 0 9 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1537672 CPUtime=0.09
/proc/20659/task/20663/stat : 20663 (java) S 20657 20659 17152 0 -1 4202560 2561 0 0 0 9 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 7 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1537672 CPUtime=0.08
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 2675 0 0 0 8 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1537672 CPUtime=0.07
/proc/20659/task/20665/stat : 20665 (java) S 20657 20659 17152 0 -1 4202560 1290 0 0 0 7 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1537672 CPUtime=0.08
/proc/20659/task/20666/stat : 20666 (java) S 20657 20659 17152 0 -1 4202560 1821 0 0 0 8 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1537672 CPUtime=0.07
/proc/20659/task/20667/stat : 20667 (java) S 20657 20659 17152 0 -1 4202560 1737 0 0 0 7 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1537672 CPUtime=0.05
/proc/20659/task/20668/stat : 20668 (java) S 20657 20659 17152 0 -1 4202560 783 0 0 0 5 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1537672 CPUtime=0.09
/proc/20659/task/20669/stat : 20669 (java) S 20657 20659 17152 0 -1 4202560 2723 0 0 0 9 0 0 0 15 0 18 0 22414061 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 18 0 22414062 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1537672 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1537672 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22414064 1574576128 52226 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1537672

[startup+6.30119 s]
/proc/loadavg: 2.33 2.45 2.28 3/214 20678
/proc/meminfo: memFree=28505024/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1537672 CPUtime=8.07
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 59804 0 1 0 784 23 0 0 21 0 18 0 22414060 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384418 57099 1425 10 0 381721 0
[pid=20659/tid=20661] ppid=20657 vsize=1537672 CPUtime=5.85
/proc/20659/task/20661/stat : 20661 (java) R 20657 20659 17152 0 -1 4202560 33927 0 1 0 580 5 0 0 18 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1537672 CPUtime=0.19
/proc/20659/task/20662/stat : 20662 (java) S 20657 20659 17152 0 -1 4202560 2498 0 0 0 17 2 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1537672 CPUtime=0.21
/proc/20659/task/20663/stat : 20663 (java) S 20657 20659 17152 0 -1 4202560 3377 0 0 0 19 2 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 7 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1537672 CPUtime=0.18
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 3356 0 0 0 17 1 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1537672 CPUtime=0.14
/proc/20659/task/20665/stat : 20665 (java) S 20657 20659 17152 0 -1 4202560 2023 0 0 0 14 0 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1537672 CPUtime=0.18
/proc/20659/task/20666/stat : 20666 (java) S 20657 20659 17152 0 -1 4202560 2567 0 0 0 16 2 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1537672 CPUtime=0.15
/proc/20659/task/20667/stat : 20667 (java) S 20657 20659 17152 0 -1 4202560 2332 0 0 0 15 0 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1537672 CPUtime=0.13
/proc/20659/task/20668/stat : 20668 (java) S 20657 20659 17152 0 -1 4202560 1171 0 0 0 12 1 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1537672 CPUtime=0.19
/proc/20659/task/20669/stat : 20669 (java) S 20657 20659 17152 0 -1 4202560 3274 0 0 0 17 2 0 0 15 0 18 0 22414061 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1537672 CPUtime=0.03
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 27 0 0 0 1 2 0 0 15 0 18 0 22414062 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1537672 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1537672 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1537672 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22414064 1574576128 57099 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1537672

[startup+12.7011 s]
/proc/loadavg: 2.30 2.44 2.28 3/214 20678
/proc/meminfo: memFree=28487124/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1538696 CPUtime=15.99
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 64538 0 1 0 1522 77 0 0 21 0 18 0 22414060 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384674 61493 1425 10 0 381977 0
[pid=20659/tid=20661] ppid=20657 vsize=1538696 CPUtime=11.59
/proc/20659/task/20661/stat : 20661 (java) R 20657 20659 17152 0 -1 4202560 34102 0 1 0 1154 5 0 0 18 0 18 0 22414061 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1538696 CPUtime=0.47
/proc/20659/task/20662/stat : 20662 (java) S 20657 20659 17152 0 -1 4202560 2977 0 0 0 40 7 0 0 15 0 18 0 22414061 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1538696 CPUtime=0.47
/proc/20659/task/20663/stat : 20663 (java) S 20657 20659 17152 0 -1 4202560 3868 0 0 0 39 8 0 0 15 0 18 0 22414061 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 7 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1538696 CPUtime=0.44
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 3889 0 0 0 37 7 0 0 15 0 18 0 22414061 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1538696 CPUtime=0.43
/proc/20659/task/20665/stat : 20665 (java) S 20657 20659 17152 0 -1 4202560 2581 0 0 0 35 8 0 0 15 0 18 0 22414061 1575624704 61493 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0

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

[pid=20659/tid=20663] ppid=20657 vsize=1539720 CPUtime=101.41
/proc/20659/task/20663/stat : 20663 (java) R 20657 20659 17152 0 -1 4202560 28275 0 0 0 9345 796 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1539720 CPUtime=113.74
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 27522 0 0 0 10665 709 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1539720 CPUtime=108.83
/proc/20659/task/20665/stat : 20665 (java) R 20657 20659 17152 0 -1 4202560 22723 0 0 0 10140 743 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1539720 CPUtime=111.62
/proc/20659/task/20666/stat : 20666 (java) R 20657 20659 17152 0 -1 4202560 22751 0 0 0 10440 722 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1539720 CPUtime=104.51
/proc/20659/task/20667/stat : 20667 (java) R 20657 20659 17152 0 -1 4202560 26193 0 0 0 9668 783 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1539720 CPUtime=102.3
/proc/20659/task/20668/stat : 20668 (java) R 20657 20659 17152 0 -1 4202560 23279 0 0 0 9397 833 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1539720 CPUtime=106.65
/proc/20659/task/20669/stat : 20669 (java) S 20657 20659 17152 0 -1 4202560 27015 0 0 0 9933 732 0 0 15 0 18 0 22414061 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1539720 CPUtime=3.73
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 186 0 0 0 147 226 0 0 15 0 18 0 22414062 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1539720 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1539720 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 18 0 22414064 1576673280 231768 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1496.52
Current children cumulated vsize (KiB) 1539720

[startup+942.302 s]
/proc/loadavg: 2.08 2.04 2.18 2/188 20725
/proc/meminfo: memFree=29229096/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1539720 CPUtime=1610.56
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 268840 0 1 0 154339 6717 0 0 21 0 18 0 22414060 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384930 238298 1425 10 0 382233 0
[pid=20659/tid=20661] ppid=20657 vsize=1539720 CPUtime=677.85
/proc/20659/task/20661/stat : 20661 (java) S 20657 20659 17152 0 -1 4202560 54987 0 1 0 67756 29 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 7 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1539720 CPUtime=115.75
/proc/20659/task/20662/stat : 20662 (java) R 20657 20659 17152 0 -1 4202560 24078 0 0 0 10772 803 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 12992083 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1539720 CPUtime=109.76
/proc/20659/task/20663/stat : 20663 (java) R 20657 20659 17152 0 -1 4202560 29145 0 0 0 10138 838 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 12992083 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1539720 CPUtime=121.41
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 28508 0 0 0 11382 759 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 5 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1539720 CPUtime=117.37
/proc/20659/task/20665/stat : 20665 (java) R 20657 20659 17152 0 -1 4202560 23710 0 0 0 10948 789 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1539720 CPUtime=119.57
/proc/20659/task/20666/stat : 20666 (java) S 20657 20659 17152 0 -1 4202560 23839 0 0 0 11179 778 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1539720 CPUtime=114.94
/proc/20659/task/20667/stat : 20667 (java) R 20657 20659 17152 0 -1 4202560 27043 0 0 0 10668 826 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 103116007 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1539720 CPUtime=111.2
/proc/20659/task/20668/stat : 20668 (java) S 20657 20659 17152 0 -1 4202560 24399 0 0 0 10227 893 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1539720 CPUtime=118
/proc/20659/task/20669/stat : 20669 (java) R 20657 20659 17152 0 -1 4202560 27637 0 0 0 11043 757 0 0 15 0 18 0 22414061 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1539720 CPUtime=3.91
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 203 0 0 0 152 239 0 0 15 0 18 0 22414062 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1539720 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1539720 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 18 0 22414064 1576673280 238298 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1610.56
Current children cumulated vsize (KiB) 1539720

[startup+1002.3 s]
/proc/loadavg: 2.38 2.13 2.20 7/188 20726
/proc/meminfo: memFree=29200888/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1539720 CPUtime=1725
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 278049 0 1 0 165387 7113 0 0 21 0 18 0 22414060 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384930 245224 1425 10 0 382233 0
[pid=20659/tid=20661] ppid=20657 vsize=1539720 CPUtime=719.93
/proc/20659/task/20661/stat : 20661 (java) S 20657 20659 17152 0 -1 4202560 56169 0 1 0 71963 30 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 5 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1539720 CPUtime=124.95
/proc/20659/task/20662/stat : 20662 (java) R 20657 20659 17152 0 -1 4202560 25240 0 0 0 11633 862 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1539720 CPUtime=118.13
/proc/20659/task/20663/stat : 20663 (java) R 20657 20659 17152 0 -1 4202560 30065 0 0 0 10937 876 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1539720 CPUtime=132.37
/proc/20659/task/20664/stat : 20664 (java) R 20657 20659 17152 0 -1 4202560 29281 0 0 0 12438 799 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1539720 CPUtime=125.32
/proc/20659/task/20665/stat : 20665 (java) R 20657 20659 17152 0 -1 4202560 24694 0 0 0 11698 834 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1539720 CPUtime=127.74
/proc/20659/task/20666/stat : 20666 (java) R 20657 20659 17152 0 -1 4202560 24997 0 0 0 11943 831 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1539720 CPUtime=124.3
/proc/20659/task/20667/stat : 20667 (java) R 20657 20659 17152 0 -1 4202560 28161 0 0 0 11551 879 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1539720 CPUtime=119.91
/proc/20659/task/20668/stat : 20668 (java) R 20657 20659 17152 0 -1 4202560 25452 0 0 0 11047 944 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1539720 CPUtime=127.38
/proc/20659/task/20669/stat : 20669 (java) R 20657 20659 17152 0 -1 4202560 28478 0 0 0 11943 795 0 0 15 0 18 0 22414061 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 103111309 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1539720 CPUtime=4.16
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 218 0 0 0 159 257 0 0 15 0 18 0 22414062 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1539720 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1539720 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 18 0 22414064 1576673280 245224 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 1539720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1041.41 s]
/proc/loadavg: 2.00 2.08 2.18 7/188 20727
/proc/meminfo: memFree=29182732/32951124 swapFree=67111528/67111528
[pid=20659] ppid=20657 vsize=1539720 CPUtime=1800.21
/proc/20659/stat : 20659 (java) S 20657 20659 17152 0 -1 4202496 284106 0 1 0 172655 7366 0 0 21 0 18 0 22414060 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20659/statm: 384930 249697 1425 10 0 382233 0
[pid=20659/tid=20661] ppid=20657 vsize=1539720 CPUtime=747.14
/proc/20659/task/20661/stat : 20661 (java) S 20657 20659 17152 0 -1 4202560 56951 0 1 0 74683 31 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20662] ppid=20657 vsize=1539720 CPUtime=131.67
/proc/20659/task/20662/stat : 20662 (java) R 20657 20659 17152 0 -1 4202560 25868 0 0 0 12275 892 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20659/tid=20663] ppid=20657 vsize=1539720 CPUtime=124.16
/proc/20659/task/20663/stat : 20663 (java) R 20657 20659 17152 0 -1 4202560 30769 0 0 0 11505 911 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20659/tid=20664] ppid=20657 vsize=1539720 CPUtime=137.76
/proc/20659/task/20664/stat : 20664 (java) S 20657 20659 17152 0 -1 4202560 29981 0 0 0 12947 829 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 6 0 0 0
[pid=20659/tid=20665] ppid=20657 vsize=1539720 CPUtime=130.62
/proc/20659/task/20665/stat : 20665 (java) S 20657 20659 17152 0 -1 4202560 25352 0 0 0 12199 863 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 0 0 0 0
[pid=20659/tid=20666] ppid=20657 vsize=1539720 CPUtime=133.32
/proc/20659/task/20666/stat : 20666 (java) S 20657 20659 17152 0 -1 4202560 25843 0 0 0 12461 871 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
[pid=20659/tid=20667] ppid=20657 vsize=1539720 CPUtime=131.54
/proc/20659/task/20667/stat : 20667 (java) R 20657 20659 17152 0 -1 4202560 28675 0 0 0 12250 904 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20659/tid=20668] ppid=20657 vsize=1539720 CPUtime=126.36
/proc/20659/task/20668/stat : 20668 (java) R 20657 20659 17152 0 -1 4202560 25980 0 0 0 11671 965 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20659/tid=20669] ppid=20657 vsize=1539720 CPUtime=132.48
/proc/20659/task/20669/stat : 20669 (java) S 20657 20659 17152 0 -1 4202560 29155 0 0 0 12423 825 0 0 15 0 18 0 22414061 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20670] ppid=20657 vsize=1539720 CPUtime=4.34
/proc/20659/task/20670/stat : 20670 (java) S 20657 20659 17152 0 -1 4202560 236 0 0 0 166 268 0 0 15 0 18 0 22414062 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 0 0 16800975 18446604453920937088 0 0 -1 5 0 0 0
[pid=20659/tid=20671] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20671/stat : 20671 (java) S 20657 20659 17152 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20672] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20672/stat : 20672 (java) S 20657 20659 17152 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22414062 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20673] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20673/stat : 20673 (java) S 20657 20659 17152 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20674] ppid=20657 vsize=1539720 CPUtime=0.35
/proc/20659/task/20674/stat : 20674 (java) S 20657 20659 17152 0 -1 4202560 2655 0 0 0 35 0 0 0 16 0 18 0 22414064 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 3 0 0 0
[pid=20659/tid=20675] ppid=20657 vsize=1539720 CPUtime=0.34
/proc/20659/task/20675/stat : 20675 (java) S 20657 20659 17152 0 -1 4202560 1536 0 0 0 34 0 0 0 16 0 18 0 22414064 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 4 0 0 0
[pid=20659/tid=20676] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20676/stat : 20676 (java) S 20657 20659 17152 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 22414064 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 2 0 0 0
[pid=20659/tid=20677] ppid=20657 vsize=1539720 CPUtime=0
/proc/20659/task/20677/stat : 20677 (java) S 20657 20659 17152 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 18 0 22414064 1576673280 249697 4089446400 134512640 134550932 4292985584 18446744073709551615 4294960144 0 4 0 16800975 18446604453920937088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1539720

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

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

Child status: 143
Real time (s): 1041.51
CPU time (s): 1800.36
CPU user time (s): 1726.65
CPU system time (s): 73.7108
CPU usage (%): 172.861
Max. virtual memory (cumulated for all children) (KiB): 1539720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1726.65
system time used= 73.7108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284138
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= 1169364
involuntary context switches= 24833767

runsolver used 1.9747 second user time and 3.9584 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-08 00:33:11
IDJOB=2701848
IDBENCH=79647
IDSOLVER=1207
FILE ID=node106/2701848-1278541990
PBS_JOBID= 11239265
Free space on /tmp= 73172 MiB

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

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

MD5SUM BENCH= baac82f1e5c2363a05a67929a02d4991
RANDOM SEED=1145990246

node106.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.814
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.62
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.814
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.814
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.76
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.814
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.77
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.814
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.814
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.814
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.814
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28725804 kB
Buffers:        139640 kB
Cached:        2461424 kB
SwapCached:          0 kB
Active:        2534264 kB
Inactive:      1531704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28725804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35748 kB
Writeback:           0 kB
AnonPages:     1465004 kB
Mapped:          20280 kB
Slab:            93524 kB
PageTables:       7472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649888 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= 73212 MiB
End job on node106 at 2010-07-08 00:50:35