Trace number 3734559

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0OPT4 47.9457 25.5953

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_50_50.r.opb
MD5SUM92218ddb5567427e70962e6332b1ed9e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.734888
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint50
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3734559-1338691525.opb
0.10/0.10	c reading problem ... 
0.31/0.23	c ... done. Wall clock time 0.124s.
0.31/0.23	c #vars     100
0.31/0.23	c #constraints  100
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.31/0.23	c  And the winner is Resolution
0.47/0.73	c SATISFIABLE
0.47/0.73	c OPTIMIZING...
0.47/0.73	c Got one! Elapsed wall clock time (in seconds):0.626
0.47/0.73	o 6
0.47/0.74	c  And the winner is Resolution
0.48/1.23	c Got one! Elapsed wall clock time (in seconds):1.129
0.48/1.23	o 5
0.72/1.34	c  And the winner is Resolution
1.10/1.73	c Got one! Elapsed wall clock time (in seconds):1.63
1.10/1.73	o 4
2.11/2.05	c cleaning 2981 clauses out of 5965 with flag 5000/5965
2.90/2.27	c cleaning 4497 clauses out of 8994 with flag 11010/11975
3.81/2.54	c cleaning 5743 clauses out of 11489 with flag 18002/18967
4.43/2.88	c cleaning 6872 clauses out of 13747 with flag 26003/26968
5.50/3.33	c cleaning 7937 clauses out of 15877 with flag 35005/35970
6.52/3.80	c cleaning 8966 clauses out of 17935 with flag 45000/45965
7.29/4.29	c cleaning 9484 clauses out of 18972 with flag 55003/55968
8.27/4.79	c cleaning 9748 clauses out of 19500 with flag 65015/65980
9.44/5.32	c cleaning 9867 clauses out of 19738 with flag 75001/75966
10.22/5.76	c cleaning 9938 clauses out of 19880 with flag 85010/85975
11.18/6.28	c cleaning 9962 clauses out of 19932 with flag 95000/95965
12.35/6.83	c cleaning 9978 clauses out of 19970 with flag 105000/105965
13.50/7.40	c cleaning 9995 clauses out of 19993 with flag 115001/115966
14.46/7.90	c cleaning 9999 clauses out of 19999 with flag 125002/125967
15.42/8.43	c cleaning 9998 clauses out of 19999 with flag 135001/135966
16.38/8.90	c cleaning 10001 clauses out of 20006 with flag 145006/145971
17.53/9.52	c cleaning 9998 clauses out of 19999 with flag 155000/155965
18.70/10.16	c cleaning 9999 clauses out of 20003 with flag 165002/165967
19.86/10.78	c cleaning 10001 clauses out of 20005 with flag 175003/175968
21.01/11.33	c cleaning 10001 clauses out of 20003 with flag 185002/185967
22.15/11.93	c cleaning 9999 clauses out of 20004 with flag 195004/195969
23.30/12.53	c cleaning 9999 clauses out of 20002 with flag 205001/205966
24.26/13.09	c cleaning 9999 clauses out of 20004 with flag 215002/215967
25.42/13.67	c cleaning 10001 clauses out of 20007 with flag 225004/225969
26.57/14.23	c cleaning 9999 clauses out of 20002 with flag 235000/235965
27.51/14.74	c cleaning 10003 clauses out of 20009 with flag 245006/245971
28.47/15.30	c cleaning 9999 clauses out of 20001 with flag 255001/255966
29.62/15.87	c cleaning 9998 clauses out of 20002 with flag 265001/265966
30.56/16.39	c cleaning 10002 clauses out of 20008 with flag 275005/275970
31.72/16.98	c cleaning 10001 clauses out of 20003 with flag 285002/285967
32.90/17.58	c cleaning 9998 clauses out of 20001 with flag 295001/295966
34.05/18.14	c cleaning 10002 clauses out of 20007 with flag 305005/305970
35.37/18.82	c cleaning 9999 clauses out of 20002 with flag 315002/315967
36.51/19.41	c cleaning 9998 clauses out of 20001 with flag 325000/325965
37.47/19.96	c cleaning 10003 clauses out of 20007 with flag 335004/335969
38.82/20.68	c cleaning 10010 clauses out of 20020 with flag 345020/345985
39.94/21.28	c cleaning 9996 clauses out of 19995 with flag 355005/355970
41.10/21.88	c cleaning 9997 clauses out of 19995 with flag 365001/365966
42.45/22.56	c cleaning 9998 clauses out of 19997 with flag 375000/375965
43.80/23.25	c cleaning 9999 clauses out of 20004 with flag 385005/385970
45.53/24.11	c cleaning 10000 clauses out of 20003 with flag 395003/395968
46.89/24.84	c cleaning 10005 clauses out of 20009 with flag 405009/405974
47.68/25.24	c  And the winner is Resolution
47.78/25.58	c starts		: 151
47.78/25.58	c conflicts		: 411704
47.78/25.58	c decisions		: 552184
47.78/25.58	c propagations		: 3334752
47.78/25.58	c inspects		: 173683562
47.78/25.58	c shortcuts		: 0
47.78/25.58	c learnt literals	: 3
47.78/25.58	c learnt binary clauses	: 8
47.78/25.58	c learnt ternary clauses	: 12
47.78/25.58	c learnt constraints	: 411700
47.78/25.58	c ignored constraints	: 0
47.78/25.58	c root simplifications	: 0
47.78/25.58	c removed literals (reason simplification)	: 373277
47.78/25.58	c reason swapping (by a shorter reason)	: 0
47.78/25.58	c Calls to reduceDB	: 42
47.78/25.58	c number of reductions to clauses (during analyze)	: 0
47.78/25.58	c number of learned constraints concerned by reduction	: 0
47.78/25.58	c number of learning phase by resolution	: 0
47.78/25.58	c number of learning phase by cutting planes	: 0
47.78/25.58	c speed (assignments/second)	: 139816.02448534654
47.78/25.58	c non guided choices	0
47.78/25.58	c learnt constraints type 
47.78/25.58	c constraints type 
47.78/25.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
47.78/25.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
47.78/25.59	c constraints type 
47.78/25.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
47.78/25.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
47.78/25.59	s OPTIMUM FOUND
47.78/25.59	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
47.78/25.59	c objective function=4
47.78/25.59	c Total wall clock time (in seconds): 25.483

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734559-1338691525/watcher-3734559-1338691525 -o /tmp/evaluation-result-3734559-1338691525/solver-3734559-1338691525 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734559-1338691525.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.44 3.66 3.75 4/197 5450
/proc/meminfo: memFree=28822596/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 2 0 335277937 98570240 979 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 24065 979 745 9 0 16771 0
[pid=5450/tid=5451] ppid=5448 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) R 5448 5450 621 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 335277937 98570240 979 33554432000 1073741824 1073778376 140734572505488 140092493237800 260190324096 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.035583 s]
/proc/loadavg: 3.44 3.66 3.75 4/197 5450
/proc/meminfo: memFree=28822596/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11253516 CPUtime=0.02 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 3732 0 1 0 1 1 0 0 20 0 13 0 335277937 11523600384 12095 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2813379 12098 1668 9 0 2804080 0
[pid=5450/tid=5451] ppid=5448 vsize=11253516 CPUtime=0.01 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) R 5448 5450 621 0 -1 4202560 2554 0 1 0 0 1 0 0 20 0 13 0 335277937 11523600384 12098 33554432000 1073741824 1073778376 140734572505488 140092493238512 140092497660720 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11253516

[startup+0.100257 s]
/proc/loadavg: 3.44 3.66 3.75 4/197 5450
/proc/meminfo: memFree=28822596/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 4810 0 1 0 9 1 0 0 20 0 18 0 335277937 11864465408 14177 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2896598 14177 2116 9 0 2887285 0
[pid=5450/tid=5451] ppid=5448 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) R 5448 5450 621 0 -1 4202560 2845 0 1 0 6 2 0 0 20 0 18 0 335277937 11864465408 14177 33554432000 1073741824 1073778376 140734572505488 140092493241264 260193707277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300217 s]
/proc/loadavg: 3.44 3.66 3.75 4/197 5450
/proc/meminfo: memFree=28822596/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 7768 0 1 0 45 2 0 0 20 0 19 0 335277937 12137111552 17360 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 17360 2234 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2872 0 1 0 19 2 0 0 20 0 19 0 335277937 12137111552 17360 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11852648

[startup+0.700218 s]
/proc/loadavg: 3.44 3.66 3.75 4/197 5450
/proc/meminfo: memFree=28822596/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 7768 0 1 0 45 2 0 0 20 0 19 0 335277937 12137111552 17360 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 17360 2234 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2872 0 1 0 19 2 0 0 20 0 19 0 335277937 12137111552 17360 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11852648

[startup+1.5007 s]
/proc/loadavg: 3.44 3.66 3.75 2/216 5475
/proc/meminfo: memFree=28757224/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 11081 0 1 0 105 5 0 0 20 0 19 0 335277937 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 20977 2245 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2874 0 1 0 19 2 0 0 20 0 19 0 335277937 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5453] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5453/stat : 5453 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092447996712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5454] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5454/stat : 5454 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092446943912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5455] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5455/stat : 5455 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092445891624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5456] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5456/stat : 5456 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092444838824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5457] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5457/stat : 5457 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092443785512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5458] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5458/stat : 5458 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092442732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5459] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5459/stat : 5459 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092441680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5460] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5460/stat : 5460 (java) S 5448 5450 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335277938 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092440627624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5461] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5461/stat : 5461 (java) S 5448 5450 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335277940 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092309150440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5462] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5462/stat : 5462 (java) S 5448 5450 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335277940 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092308096504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5463] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5463/stat : 5463 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335277940 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092439574280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5464] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5464/stat : 5464 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092307045264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5465] ppid=5448 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/5450/task/5465/stat : 5465 (java) S 5448 5450 621 0 -1 4202560 3540 0 0 0 33 0 0 0 20 0 19 0 335277942 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092305991864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5466] ppid=5448 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/5450/task/5466/stat : 5466 (java) S 5448 5450 621 0 -1 4202560 3341 0 0 0 29 0 0 0 20 0 19 0 335277942 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140092304939064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5467] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5467/stat : 5467 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140091431316088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5468] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5468/stat : 5468 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140091430263496 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5472] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5472/stat : 5472 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335277960 12137111552 20977 33554432000 1073741824 1073778376 140734572505488 140091426051624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 3.33 3.63 3.74 6/219 5481
/proc/meminfo: memFree=28666916/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=5.08 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 24628 0 1 0 496 12 0 0 20 0 22 0 335277937 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 95670 2281 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2874 0 1 0 19 2 0 0 20 0 22 0 335277937 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5453] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5453/stat : 5453 (java) S 5448 5450 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092447996712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5454] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5454/stat : 5454 (java) S 5448 5450 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092446943912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5455] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5455/stat : 5455 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092445891624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5456] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5456/stat : 5456 (java) S 5448 5450 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092444838824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5457] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5457/stat : 5457 (java) S 5448 5450 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092443785512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5458] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5458/stat : 5458 (java) S 5448 5450 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092442732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5459] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5459/stat : 5459 (java) S 5448 5450 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092441680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5460] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5460/stat : 5460 (java) S 5448 5450 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092440627624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5461] ppid=5448 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5450/task/5461/stat : 5461 (java) S 5448 5450 621 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 22 0 335277940 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092309150440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5462] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5462/stat : 5462 (java) S 5448 5450 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092308096504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5463] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5463/stat : 5463 (java) S 5448 5450 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092439574280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5464] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5464/stat : 5464 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092307045264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5465] ppid=5448 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/5450/task/5465/stat : 5465 (java) S 5448 5450 621 0 -1 4202560 7873 0 0 0 98 1 0 0 20 0 22 0 335277942 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092305991864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5466] ppid=5448 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/5450/task/5466/stat : 5466 (java) S 5448 5450 621 0 -1 4202560 12340 0 0 0 94 2 0 0 20 0 22 0 335277942 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140092304939064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5467] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5467/stat : 5467 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091431316088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5468] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5468/stat : 5468 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091430263496 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5472] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5472/stat : 5472 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335277960 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091426051624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5479] ppid=5448 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/5450/task/5479/stat : 5479 (java) R 5448 5450 621 0 -1 4202560 10 0 0 0 125 0 0 0 20 0 22 0 335278110 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091427103680 140092320980877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5480] ppid=5448 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/5450/task/5480/stat : 5480 (java) R 5448 5450 621 0 -1 4202560 129 0 0 0 121 4 0 0 20 0 22 0 335278110 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091429206856 140092321074897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5481] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5481/stat : 5481 (java) S 5448 5450 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335278110 12137111552 95670 33554432000 1073741824 1073778376 140734572505488 140091428156328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 3.33 3.63 3.74 4/219 5481
/proc/meminfo: memFree=28357992/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=11.37 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 24709 0 1 0 1123 14 0 0 20 0 22 0 335277937 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 116802 2282 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2874 0 1 0 19 2 0 0 20 0 22 0 335277937 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5453] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5453/stat : 5453 (java) S 5448 5450 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092447996712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5454] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5454/stat : 5454 (java) S 5448 5450 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092446943912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5455] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5455/stat : 5455 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092445891624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5456] ppid=5448 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5450/task/5456/stat : 5456 (java) S 5448 5450 621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092444838824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5457] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5457/stat : 5457 (java) S 5448 5450 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092443785512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5458] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5458/stat : 5458 (java) S 5448 5450 621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092442732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5459] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5459/stat : 5459 (java) S 5448 5450 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092441680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5460] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5460/stat : 5460 (java) S 5448 5450 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335277938 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092440627624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5461] ppid=5448 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/5450/task/5461/stat : 5461 (java) R 5448 5450 621 0 -1 4202560 38 0 0 0 28 0 0 0 20 0 22 0 335277940 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092309149296 140092500097192 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5462] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5462/stat : 5462 (java) S 5448 5450 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092308096504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5463] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5463/stat : 5463 (java) S 5448 5450 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092439574280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5464] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5464/stat : 5464 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092307045264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5465] ppid=5448 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/5450/task/5465/stat : 5465 (java) S 5448 5450 621 0 -1 4202560 7873 0 0 0 102 1 0 0 20 0 22 0 335277942 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092305991864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5466] ppid=5448 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/5450/task/5466/stat : 5466 (java) S 5448 5450 621 0 -1 4202560 12340 0 0 0 97 2 0 0 20 0 22 0 335277942 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140092304939064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5467] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5467/stat : 5467 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091431316088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5468] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5468/stat : 5468 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091430263496 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5472] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5472/stat : 5472 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335277960 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091426051624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5479] ppid=5448 vsize=11852648 CPUtime=4.2 cores=1,3,5,7
/proc/5450/task/5479/stat : 5479 (java) S 5448 5450 621 0 -1 4202560 13 0 0 0 420 0 0 0 20 0 22 0 335278110 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091427103800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5480] ppid=5448 vsize=11852648 CPUtime=4.21 cores=1,3,5,7
/proc/5450/task/5480/stat : 5480 (java) S 5448 5450 621 0 -1 4202560 177 0 0 0 416 5 0 0 20 0 22 0 335278110 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091429208696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5481] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5481/stat : 5481 (java) S 5448 5450 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335278110 12137111552 116802 33554432000 1073741824 1073778376 140734572505488 140091428156328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 11852648

[startup+12.7008 s]
/proc/loadavg: 3.35 3.63 3.74 5/219 5481
/proc/meminfo: memFree=28302248/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=23.66 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 24781 0 1 0 2351 15 0 0 20 0 22 0 335277937 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 128104 2282 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) S 5448 5450 621 0 -1 4202560 2874 0 1 0 19 2 0 0 20 0 22 0 335277937 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092493243544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5453] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5453/stat : 5453 (java) S 5448 5450 621 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092447996712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5454] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5454/stat : 5454 (java) S 5448 5450 621 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092446943912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5455] ppid=5448 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5450/task/5455/stat : 5455 (java) S 5448 5450 621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092445891624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5456] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5456/stat : 5456 (java) S 5448 5450 621 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092444838824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5457] ppid=5448 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/5450/task/5457/stat : 5457 (java) S 5448 5450 621 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092443785512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5458] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5458/stat : 5458 (java) S 5448 5450 621 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092442732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5459] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5459/stat : 5459 (java) S 5448 5450 621 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092441680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5460] ppid=5448 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/5450/task/5460/stat : 5460 (java) S 5448 5450 621 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 335277938 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092440627624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5461] ppid=5448 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/5450/task/5461/stat : 5461 (java) S 5448 5450 621 0 -1 4202560 42 0 0 0 81 2 0 0 20 0 22 0 335277940 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092309150440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5462] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5462/stat : 5462 (java) S 5448 5450 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092308096504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5463] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5463/stat : 5463 (java) S 5448 5450 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335277940 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092439574280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5464] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5464/stat : 5464 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092307045264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5465] ppid=5448 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/5450/task/5465/stat : 5465 (java) S 5448 5450 621 0 -1 4202560 7873 0 0 0 102 1 0 0 20 0 22 0 335277942 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092305991864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5466] ppid=5448 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/5450/task/5466/stat : 5466 (java) S 5448 5450 621 0 -1 4202560 12340 0 0 0 98 2 0 0 20 0 22 0 335277942 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140092304939064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5467] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5467/stat : 5467 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091431316088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5468] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5468/stat : 5468 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335277942 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091430263496 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5472] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5472/stat : 5472 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335277960 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091426051624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5479] ppid=5448 vsize=11852648 CPUtime=9.99 cores=1,3,5,7
/proc/5450/task/5479/stat : 5479 (java) R 5448 5450 621 0 -1 4202560 23 0 0 0 999 0 0 0 20 0 22 0 335278110 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091427103800 140092321056252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5480] ppid=5448 vsize=11852648 CPUtime=10 cores=1,3,5,7
/proc/5450/task/5480/stat : 5480 (java) R 5448 5450 621 0 -1 4202560 197 0 0 0 995 5 0 0 20 0 22 0 335278110 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091429207224 140092321225857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5481] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5481/stat : 5481 (java) S 5448 5450 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335278110 12137111552 128104 33554432000 1073741824 1073778376 140734572505488 140091428156328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 11852648

[startup+25.5007 s]
/proc/loadavg: 3.45 3.64 3.74 5/219 5481
/proc/meminfo: memFree=28259040/32873648 swapFree=7116/7116
[pid=5450] ppid=5448 vsize=11852648 CPUtime=47.78 cores=1,3,5,7
/proc/5450/stat : 5450 (java) S 5448 5450 621 0 -1 4202496 24863 0 1 0 4759 19 0 0 20 0 19 0 335277937 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140734572496624 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5450/statm: 2963162 135814 2282 9 0 2953849 0
[pid=5450/tid=5451] ppid=5448 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/5450/task/5451/stat : 5451 (java) R 5448 5450 621 0 -1 4202560 2879 0 1 0 28 2 0 0 20 0 19 0 335277937 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092493243048 140092320782268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5453] ppid=5448 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5450/task/5453/stat : 5453 (java) S 5448 5450 621 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092447996712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5454] ppid=5448 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/5450/task/5454/stat : 5454 (java) S 5448 5450 621 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092446943912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5455] ppid=5448 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/5450/task/5455/stat : 5455 (java) S 5448 5450 621 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092445891624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5456] ppid=5448 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5450/task/5456/stat : 5456 (java) S 5448 5450 621 0 -1 4202560 25 0 0 0 8 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092444838824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5457] ppid=5448 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5450/task/5457/stat : 5457 (java) S 5448 5450 621 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092443785512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5458] ppid=5448 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5450/task/5458/stat : 5458 (java) S 5448 5450 621 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092442732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5459] ppid=5448 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/5450/task/5459/stat : 5459 (java) S 5448 5450 621 0 -1 4202560 25 0 0 0 8 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092441680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5460] ppid=5448 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/5450/task/5460/stat : 5460 (java) S 5448 5450 621 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 19 0 335277938 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092440627624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5461] ppid=5448 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/5450/task/5461/stat : 5461 (java) S 5448 5450 621 0 -1 4202560 46 0 0 0 202 2 0 0 20 0 19 0 335277940 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092309150440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5450/tid=5462] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5462/stat : 5462 (java) S 5448 5450 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335277940 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092308096504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5463] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5463/stat : 5463 (java) S 5448 5450 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335277940 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092439574280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5464] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5464/stat : 5464 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092307045264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5465] ppid=5448 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/5450/task/5465/stat : 5465 (java) S 5448 5450 621 0 -1 4202560 7873 0 0 0 104 1 0 0 20 0 19 0 335277942 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092305991864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5466] ppid=5448 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/5450/task/5466/stat : 5466 (java) S 5448 5450 621 0 -1 4202560 12340 0 0 0 103 2 0 0 20 0 19 0 335277942 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140092304939064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5450/tid=5467] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5467/stat : 5467 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140091431316088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5450/tid=5468] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5468/stat : 5468 (java) S 5448 5450 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335277942 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140091430263496 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5450/tid=5472] ppid=5448 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5450/task/5472/stat : 5472 (java) S 5448 5450 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335277960 12137111552 135814 33554432000 1073741824 1073778376 140734572505488 140091426051624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.78
Current children cumulated vsize (KiB) 11852648

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

Child status: 30
Real time (s): 25.5953
CPU time (s): 47.9457
CPU user time (s): 47.6538
CPU system time (s): 0.291955
CPU usage (%): 187.322
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.6538
system time used= 0.291955
maximum resident set size= 543312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2141
involuntary context switches= 1798

runsolver used 0.056991 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 04:45:25
IDJOB=3734559
IDBENCH=2869
IDSOLVER=2328
FILE ID=node123/3734559-1338691525
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_50_50.r.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734559-1338691525/watcher-3734559-1338691525 -o /tmp/evaluation-result-3734559-1338691525/solver-3734559-1338691525 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734559-1338691525.opb

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

MD5SUM BENCH= 92218ddb5567427e70962e6332b1ed9e
RANDOM SEED=1284211689

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28823224 kB
Buffers:          493936 kB
Cached:          2204384 kB
SwapCached:         2268 kB
Active:          1281972 kB
Inactive:        1875852 kB
Active(anon):     454104 kB
Inactive(anon):     5504 kB
Active(file):     827868 kB
Inactive(file):  1870348 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:        466560 kB
Mapped:            18492 kB
Shmem:                 0 kB
Slab:             748868 kB
SReclaimable:     192912 kB
SUnreclaim:       555956 kB
KernelStack:        1632 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 04:45:50