Trace number 3731124

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.32 909.564

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3731124-1338734228.opb
0.09/0.11	c reading problem ... 
0.59/0.30	c ... done. Wall clock time 0.194s.
0.59/0.30	c #vars     1989
0.59/0.30	c #constraints  193
0.59/0.30	c constraints type 
0.59/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.59/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.59/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.59/0.30	c constraints type 
0.59/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
0.59/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.59/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
8.58/3.66	c cleaning 2493 clauses out of 5000 with flag 5000/5000
14.48/6.55	c cleaning 4249 clauses out of 8508 with flag 11001/11001
22.39/10.37	c cleaning 5622 clauses out of 11258 with flag 18000/18000
30.53/14.27	c cleaning 6803 clauses out of 13638 with flag 26002/26002
46.20/22.03	c cleaning 7893 clauses out of 15835 with flag 35002/35002
60.46/29.12	c cleaning 8921 clauses out of 17940 with flag 45000/45000
71.96/34.82	c cleaning 9479 clauses out of 19022 with flag 55003/55003
83.34/40.52	c cleaning 9730 clauses out of 19540 with flag 65000/65000
97.90/47.89	c cleaning 9871 clauses out of 19810 with flag 75000/75000
109.49/53.67	c cleaning 9915 clauses out of 19939 with flag 85000/85000
119.89/58.84	c cleaning 9957 clauses out of 20024 with flag 95000/95000
129.44/63.61	c cleaning 9947 clauses out of 20067 with flag 105000/105000
149.02/73.49	c cleaning 10047 clauses out of 20120 with flag 115000/115000
162.40/80.17	c cleaning 9994 clauses out of 20074 with flag 125001/125001
176.80/87.34	c cleaning 10004 clauses out of 20080 with flag 135001/135001
199.21/98.31	c cleaning 10010 clauses out of 20075 with flag 145000/145000
214.76/105.97	c cleaning 9971 clauses out of 20065 with flag 155000/155000
238.52/117.88	c cleaning 9990 clauses out of 20095 with flag 165001/165001
256.11/126.64	c cleaning 10028 clauses out of 20104 with flag 175000/175000
268.67/133.00	c cleaning 10018 clauses out of 20076 with flag 185000/185000
276.95/137.17	c cleaning 9971 clauses out of 20058 with flag 195000/195000
283.69/140.55	c cleaning 9973 clauses out of 20087 with flag 205000/205000
291.87/144.61	c cleaning 9987 clauses out of 20115 with flag 215001/215001
303.04/150.26	c cleaning 10019 clauses out of 20127 with flag 225000/225000
318.31/157.98	c cleaning 10012 clauses out of 20108 with flag 235000/235000
332.34/164.96	c cleaning 9993 clauses out of 20096 with flag 245000/245000
345.88/171.77	c cleaning 10011 clauses out of 20103 with flag 255000/255000
358.01/177.82	c cleaning 9996 clauses out of 20092 with flag 265000/265000
370.26/184.05	c cleaning 10006 clauses out of 20097 with flag 275001/275001
383.01/190.48	c cleaning 9992 clauses out of 20091 with flag 285001/285001
398.14/198.04	c cleaning 9996 clauses out of 20101 with flag 295003/295003
408.28/203.18	c cleaning 9967 clauses out of 20104 with flag 305002/305002
420.72/209.41	c cleaning 9978 clauses out of 20136 with flag 315001/315001
458.62/228.37	c cleaning 10043 clauses out of 20159 with flag 325002/325002
496.29/247.11	c cleaning 9988 clauses out of 20114 with flag 335000/335000
528.52/263.24	c cleaning 10011 clauses out of 20127 with flag 345001/345001
540.96/269.56	c cleaning 9992 clauses out of 20116 with flag 355001/355001
564.96/281.59	c cleaning 10039 clauses out of 20123 with flag 365000/365000
586.74/292.45	c cleaning 10000 clauses out of 20085 with flag 375001/375001
596.40/297.33	c cleaning 9998 clauses out of 20084 with flag 385000/385000
605.80/302.14	c cleaning 10010 clauses out of 20087 with flag 395001/395001
620.34/309.43	c cleaning 9989 clauses out of 20077 with flag 405001/405001
628.78/313.76	c cleaning 10007 clauses out of 20088 with flag 415001/415001
646.48/322.64	c cleaning 9945 clauses out of 20082 with flag 425002/425002
664.13/331.54	c cleaning 10026 clauses out of 20141 with flag 435006/435006
679.03/339.04	c cleaning 10012 clauses out of 20109 with flag 445000/445000
690.15/344.68	c cleaning 9992 clauses out of 20097 with flag 455000/455000
698.85/349.04	c cleaning 10018 clauses out of 20105 with flag 465000/465000
713.78/356.60	c cleaning 10012 clauses out of 20088 with flag 475001/475001
723.48/361.59	c cleaning 9962 clauses out of 20075 with flag 485000/485000
732.31/366.02	c cleaning 9998 clauses out of 20113 with flag 495000/495000
739.57/369.70	c cleaning 9988 clauses out of 20116 with flag 505001/505001
749.10/374.65	c cleaning 9996 clauses out of 20127 with flag 515000/515000
761.58/380.96	c cleaning 9992 clauses out of 20131 with flag 525000/525000
772.20/386.36	c cleaning 9986 clauses out of 20140 with flag 535001/535001
788.65/394.69	c cleaning 9998 clauses out of 20154 with flag 545001/545001
800.13/400.53	c cleaning 9982 clauses out of 20156 with flag 555001/555001
813.60/407.35	c cleaning 9993 clauses out of 20173 with flag 565000/565000
831.48/416.34	c cleaning 9973 clauses out of 20180 with flag 575000/575000
845.55/423.41	c cleaning 10004 clauses out of 20209 with flag 585002/585002
858.65/430.11	c cleaning 10063 clauses out of 20203 with flag 595000/595000
873.51/437.67	c cleaning 10040 clauses out of 20143 with flag 605003/605003
881.31/441.67	c cleaning 9966 clauses out of 20100 with flag 615000/615000
892.34/447.26	c cleaning 9987 clauses out of 20136 with flag 625002/625002
902.00/452.26	c cleaning 10005 clauses out of 20149 with flag 635002/635002
909.74/456.29	c cleaning 9973 clauses out of 20144 with flag 645002/645002
923.17/463.00	c cleaning 10044 clauses out of 20170 with flag 655001/655001
940.18/471.70	c cleaning 10019 clauses out of 20126 with flag 665001/665001
956.26/479.81	c cleaning 10026 clauses out of 20106 with flag 675000/675000
965.03/484.32	c cleaning 10005 clauses out of 20081 with flag 685001/685001
978.66/491.22	c cleaning 9938 clauses out of 20075 with flag 695000/695000
994.11/499.07	c cleaning 9953 clauses out of 20138 with flag 705001/705001
1011.59/507.92	c cleaning 10046 clauses out of 20186 with flag 715002/715002
1025.04/514.78	c cleaning 10016 clauses out of 20139 with flag 725001/725001
1036.83/520.79	c cleaning 10005 clauses out of 20122 with flag 735000/735000
1050.46/527.61	c cleaning 10014 clauses out of 20118 with flag 745001/745001
1061.75/533.41	c cleaning 9995 clauses out of 20104 with flag 755001/755001
1075.34/540.38	c cleaning 9987 clauses out of 20108 with flag 765000/765000
1087.76/546.71	c cleaning 9989 clauses out of 20122 with flag 775001/775001
1097.49/551.65	c cleaning 10041 clauses out of 20132 with flag 785000/785000
1111.09/558.65	c cleaning 9980 clauses out of 20093 with flag 795002/795002
1121.28/563.84	c cleaning 10007 clauses out of 20115 with flag 805004/805004
1130.72/568.62	c cleaning 9951 clauses out of 20104 with flag 815000/815000
1138.45/572.69	c cleaning 10007 clauses out of 20153 with flag 825000/825000
1151.06/579.16	c cleaning 9981 clauses out of 20147 with flag 835001/835001
1180.27/593.81	c cleaning 10002 clauses out of 20166 with flag 845001/845001
1210.05/608.70	c cleaning 9996 clauses out of 20165 with flag 855002/855002
1229.92/618.77	c cleaning 10005 clauses out of 20168 with flag 865001/865001
1246.13/627.01	c cleaning 10003 clauses out of 20165 with flag 875003/875003
1265.04/636.59	c cleaning 9979 clauses out of 20159 with flag 885000/885000
1276.01/642.18	c cleaning 10026 clauses out of 20181 with flag 895001/895001
1288.39/648.40	c cleaning 10068 clauses out of 20155 with flag 905001/905001
1301.54/655.24	c cleaning 10009 clauses out of 20086 with flag 915000/915000
1320.18/664.62	c cleaning 10001 clauses out of 20077 with flag 925000/925000
1346.05/677.65	c cleaning 10002 clauses out of 20076 with flag 935000/935000
1374.51/691.91	c cleaning 10006 clauses out of 20074 with flag 945000/945000
1412.62/711.10	c cleaning 9999 clauses out of 20068 with flag 955000/955000
1446.18/727.97	c cleaning 9985 clauses out of 20070 with flag 965001/965001
1466.62/738.28	c cleaning 10002 clauses out of 20086 with flag 975002/975002
1480.55/745.36	c cleaning 10010 clauses out of 20083 with flag 985001/985001
1495.67/753.19	c cleaning 9999 clauses out of 20073 with flag 995001/995001
1507.63/759.25	c cleaning 10009 clauses out of 20074 with flag 1005001/1005001
1519.74/765.47	c cleaning 10014 clauses out of 20064 with flag 1015000/1015000
1531.05/771.22	c cleaning 9998 clauses out of 20052 with flag 1025002/1025002
1541.91/776.90	c cleaning 9987 clauses out of 20052 with flag 1035000/1035000
1551.26/781.70	c cleaning 10011 clauses out of 20065 with flag 1045000/1045000
1563.79/788.16	c cleaning 9997 clauses out of 20055 with flag 1055001/1055001
1574.96/793.82	c cleaning 10006 clauses out of 20058 with flag 1065001/1065001
1589.29/801.28	c cleaning 10000 clauses out of 20051 with flag 1075000/1075000
1603.28/808.35	c cleaning 10002 clauses out of 20052 with flag 1085001/1085001
1618.04/815.89	c cleaning 10004 clauses out of 20050 with flag 1095001/1095001
1629.88/821.95	c cleaning 10008 clauses out of 20046 with flag 1105001/1105001
1642.10/828.37	c cleaning 9995 clauses out of 20038 with flag 1115001/1115001
1654.82/834.84	c cleaning 9995 clauses out of 20043 with flag 1125001/1125001
1668.76/841.91	c cleaning 9992 clauses out of 20048 with flag 1135001/1135001
1683.00/849.22	c cleaning 10000 clauses out of 20056 with flag 1145001/1145001
1699.68/857.82	c cleaning 10004 clauses out of 20058 with flag 1155003/1155003
1718.23/867.29	c cleaning 10000 clauses out of 20052 with flag 1165001/1165001
1735.30/875.94	c cleaning 9996 clauses out of 20052 with flag 1175001/1175001
1751.72/884.33	c cleaning 9998 clauses out of 20056 with flag 1185001/1185001
1768.90/893.24	c cleaning 9998 clauses out of 20059 with flag 1195002/1195002
1786.18/902.01	c cleaning 9961 clauses out of 20059 with flag 1205000/1205000
1799.85/909.08	c cleaning 10009 clauses out of 20099 with flag 1215001/1215001
1800.46/909.53	c starts		: 190
1800.46/909.53	c conflicts		: 1215019
1800.46/909.53	c decisions		: 2492373
1800.46/909.53	c propagations		: 41131233
1800.46/909.54	c inspects		: 760795833
1800.46/909.54	c learnt literals	: 0
1800.46/909.54	c learnt binary clauses	: 24
1800.46/909.54	c learnt ternary clauses	: 17
1800.46/909.54	c learnt clauses	: 1215019
1800.46/909.54	c ignored clauses	: 0
1800.46/909.54	c root simplifications	: 0
1800.46/909.54	c removed literals (reason simplification)	: 111308189
1800.46/909.54	c reason swapping (by a shorter reason)	: 0
1800.46/909.54	c Calls to reduceDB	: 123
1800.46/909.54	c number of reductions to clauses (during analyze)	: 0
1800.46/909.54	c number of learned constraints concerned by reduction	: 0
1800.46/909.54	c number of learning phase by resolution	: 0
1800.46/909.54	c number of learning phase by cutting planes	: 0
1800.46/909.54	c speed (assignments/second)	: 45237.29231121176
1800.46/909.54	c non guided choices	876
1800.46/909.54	c learnt constraints type 
1800.46/909.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10120
1800.46/909.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.46/909.54	c constraints type 
1800.46/909.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.46/909.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.46/909.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.46/909.54	c constraints type 
1800.46/909.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
1800.46/909.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.46/909.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.46/909.54	s UNKNOWN
1800.46/909.54	c Total wall clock time (in seconds): 909.435

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731124-1338734228/watcher-3731124-1338734228 -o /tmp/evaluation-result-3731124-1338734228/solver-3731124-1338734228 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731124-1338734228.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.70 4/197 16433
/proc/meminfo: memFree=30807592/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16433/stat : 16433 (java6) R 16431 16433 3958 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 339548809 9515008 185 33554432000 1073741824 1073778376 140736202175392 140736202166616 217410334135 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16433/statm: 2323 185 142 9 0 71 0

[startup+0.0418461 s]
/proc/loadavg: 3.44 3.66 3.70 4/197 16433
/proc/meminfo: memFree=30807592/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2367080 CPUtime=0.01 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 3702 0 1 0 1 0 0 0 20 0 13 0 339548809 2423889920 4909 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 591770 4909 1683 9 0 582471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2367080

[startup+0.100215 s]
/proc/loadavg: 3.44 3.66 3.70 4/197 16433
/proc/meminfo: memFree=30807592/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 4766 0 1 0 8 1 0 0 20 0 18 0 339548809 2764726272 6450 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 674982 6453 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300185 s]
/proc/loadavg: 3.44 3.66 3.70 4/197 16433
/proc/meminfo: memFree=30807592/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2699928 CPUtime=0.59 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 9465 0 1 0 57 2 0 0 20 0 18 0 339548809 2764726272 12488 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 674982 12488 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 2699928

[startup+0.700199 s]
/proc/loadavg: 3.44 3.66 3.70 4/197 16433
/proc/meminfo: memFree=30807592/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=2.16 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 15219 0 1 0 213 3 0 0 20 0 22 0 339548809 3037372416 18546 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 18546 2249 9 0 732240 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.57 3.68 3.70 5/219 16455
/proc/meminfo: memFree=30718356/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=4.27 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 20814 0 1 0 422 5 0 0 20 0 22 0 339548809 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 29216 2250 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2810 0 1 0 26 1 0 0 20 0 22 0 339548810 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631627445400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) S 16431 16433 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631591947112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631471016720 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) R 16431 16433 3958 0 -1 4202560 6537 0 0 0 73 2 0 0 20 0 22 0 339548815 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631469950640 140631631536104 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16449] ppid=16431 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/16433/task/16449/stat : 16449 (java) R 16431 16433 3958 0 -1 4202560 10150 0 0 0 82 3 0 0 20 0 22 0 339548815 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631468911032 140631629254320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16450] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16450/stat : 16450 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631467858168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16451] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16451/stat : 16451 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631466805832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16452] ppid=16431 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/16433/task/16452/stat : 16452 (java) R 16431 16433 3958 0 -1 4202560 25 0 0 0 117 0 0 0 20 0 22 0 339548840 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631465749272 140631473859824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) R 16431 16433 3958 0 -1 4202560 89 0 0 0 118 0 0 0 20 0 22 0 339548840 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631464698648 140631473151309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 29216 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 3.57 3.68 3.70 5/219 16455
/proc/meminfo: memFree=30399304/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=7.58 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 21032 0 1 0 746 12 0 0 20 0 22 0 339548809 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 107579 2263 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2810 0 1 0 26 1 0 0 20 0 22 0 339548810 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631627445400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631591947112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631471016720 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) S 16431 16433 3958 0 -1 4202560 6537 0 0 0 78 2 0 0 20 0 22 0 339548815 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631469963576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16449] ppid=16431 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/16433/task/16449/stat : 16449 (java) S 16431 16433 3958 0 -1 4202560 10150 0 0 0 82 3 0 0 20 0 22 0 339548815 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631468911032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16450] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16450/stat : 16450 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631467858168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16451] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16451/stat : 16451 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631466805832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16452] ppid=16431 vsize=2966184 CPUtime=2.74 cores=1,3,5,7
/proc/16433/task/16452/stat : 16452 (java) R 16431 16433 3958 0 -1 4202560 26 0 0 0 274 0 0 0 20 0 22 0 339548840 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631465749152 140631474024759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=2.75 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) R 16431 16433 3958 0 -1 4202560 236 0 0 0 270 5 0 0 20 0 22 0 339548840 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631464697592 140631473606092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 107579 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.57 3.68 3.70 5/219 16455
/proc/meminfo: memFree=30387364/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=14.06 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 21112 0 1 0 1392 14 0 0 20 0 22 0 339548809 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 117011 2275 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2810 0 1 0 26 1 0 0 20 0 22 0 339548810 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631627445400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339548811 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) S 16431 16433 3958 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 339548813 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631591947112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631471016720 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) S 16431 16433 3958 0 -1 4202560 6541 0 0 0 81 2 0 0 20 0 22 0 339548815 3037372416 117011 33554432000 1073741824 1073778376 140733283669568 140631469963576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=836.91 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) R 16431 16433 3958 0 -1 4202560 742 0 0 0 83669 22 0 0 20 0 22 0 339548840 3037372416 221959 33554432000 1073741824 1073778376 140733283669568 140631464697640 140631474175947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 221959 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 221959 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1747.7
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.101 s]
/proc/loadavg: 3.63 3.76 3.73 4/219 16559
/proc/meminfo: memFree=29748164/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=1800.06 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 43637 0 1 0 179861 145 0 0 20 0 22 0 339548809 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 225593 2277 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2836 0 1 0 27 2 0 0 20 0 22 0 339548810 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631627445400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 182 0 0 0 447 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 463 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=4.76 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 211 0 0 0 468 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 203 0 0 0 465 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=4.86 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 478 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 187 0 0 0 465 7 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=4.71 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 204 0 0 0 463 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=4.57 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 195 0 0 0 451 6 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=35.37 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) R 16431 16433 3958 0 -1 4202560 118 0 0 0 3494 43 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631591945928 140631629640295 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631471016720 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) S 16431 16433 3958 0 -1 4202560 17342 0 0 0 191 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631469963576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16449] ppid=16431 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/16433/task/16449/stat : 16449 (java) S 16431 16433 3958 0 -1 4202560 18979 0 0 0 161 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631468911032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16450] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16450/stat : 16450 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631467858168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16451] ppid=16431 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/16433/task/16451/stat : 16451 (java) S 16431 16433 3958 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631466805832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16452] ppid=16431 vsize=2966184 CPUtime=861.64 cores=1,3,5,7
/proc/16433/task/16452/stat : 16452 (java) S 16431 16433 3958 0 -1 4202560 762 0 0 0 86147 17 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631465751160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=861.72 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) S 16431 16433 3958 0 -1 4202560 750 0 0 0 86149 23 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631464696744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

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

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

[startup+909.401 s]
/proc/loadavg: 3.63 3.76 3.73 4/219 16559
/proc/meminfo: memFree=29748164/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=1800.36 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 43637 0 1 0 179891 145 0 0 20 0 22 0 339548809 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 225593 2277 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2836 0 1 0 27 2 0 0 20 0 22 0 339548810 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631627445400 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 182 0 0 0 447 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 463 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=4.76 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 211 0 0 0 468 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 203 0 0 0 465 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=4.86 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 478 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 187 0 0 0 465 7 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=4.71 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 204 0 0 0 463 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=4.57 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 195 0 0 0 451 6 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=35.66 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) R 16431 16433 3958 0 -1 4202560 118 0 0 0 3523 43 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631591945968 140631634300180 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631471016264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) S 16431 16433 3958 0 -1 4202560 17342 0 0 0 191 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631469963576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16449] ppid=16431 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/16433/task/16449/stat : 16449 (java) S 16431 16433 3958 0 -1 4202560 18979 0 0 0 161 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631468911032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16450] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16450/stat : 16450 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631467858168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16451] ppid=16431 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/16433/task/16451/stat : 16451 (java) S 16431 16433 3958 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631466805832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16452] ppid=16431 vsize=2966184 CPUtime=861.64 cores=1,3,5,7
/proc/16433/task/16452/stat : 16452 (java) S 16431 16433 3958 0 -1 4202560 762 0 0 0 86147 17 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631465751160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=861.72 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) S 16431 16433 3958 0 -1 4202560 750 0 0 0 86149 23 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631464696744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 2966184

[startup+909.501 s]
/proc/loadavg: 3.63 3.76 3.73 4/219 16559
/proc/meminfo: memFree=29748164/32873648 swapFree=7628/7628
[pid=16433] ppid=16431 vsize=2966184 CPUtime=1800.46 cores=1,3,5,7
/proc/16433/stat : 16433 (java) S 16431 16433 3958 0 -1 4202496 43637 0 1 0 179901 145 0 0 20 0 22 0 339548809 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140733283660704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16433/statm: 741546 225593 2277 9 0 732240 0
[pid=16433/tid=16435] ppid=16431 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/16433/task/16435/stat : 16435 (java) S 16431 16433 3958 0 -1 4202560 2836 0 1 0 27 2 0 0 20 0 22 0 339548810 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631627445112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16436] ppid=16431 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/16433/task/16436/stat : 16436 (java) S 16431 16433 3958 0 -1 4202560 182 0 0 0 447 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631611726760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16437] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16437/stat : 16437 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 463 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631610674216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16438] ppid=16431 vsize=2966184 CPUtime=4.76 cores=1,3,5,7
/proc/16433/task/16438/stat : 16438 (java) S 16431 16433 3958 0 -1 4202560 211 0 0 0 468 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631609621160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16439] ppid=16431 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/16433/task/16439/stat : 16439 (java) S 16431 16433 3958 0 -1 4202560 203 0 0 0 465 9 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631608568616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16440] ppid=16431 vsize=2966184 CPUtime=4.86 cores=1,3,5,7
/proc/16433/task/16440/stat : 16440 (java) S 16431 16433 3958 0 -1 4202560 213 0 0 0 478 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631607515560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16441] ppid=16431 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/16433/task/16441/stat : 16441 (java) S 16431 16433 3958 0 -1 4202560 187 0 0 0 465 7 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631606463016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16442] ppid=16431 vsize=2966184 CPUtime=4.71 cores=1,3,5,7
/proc/16433/task/16442/stat : 16442 (java) S 16431 16433 3958 0 -1 4202560 204 0 0 0 463 8 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631605409960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16443] ppid=16431 vsize=2966184 CPUtime=4.57 cores=1,3,5,7
/proc/16433/task/16443/stat : 16443 (java) S 16431 16433 3958 0 -1 4202560 195 0 0 0 451 6 0 0 20 0 22 0 339548811 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631604357416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16444] ppid=16431 vsize=2966184 CPUtime=35.76 cores=1,3,5,7
/proc/16433/task/16444/stat : 16444 (java) R 16431 16433 3958 0 -1 4202560 118 0 0 0 3533 43 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631591945968 140631633952840 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16445] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16445/stat : 16445 (java) S 16431 16433 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631473121144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16446] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16446/stat : 16446 (java) S 16431 16433 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339548813 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631472067976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16447] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16447/stat : 16447 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631471016264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16433/tid=16448] ppid=16431 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/16433/task/16448/stat : 16448 (java) S 16431 16433 3958 0 -1 4202560 17342 0 0 0 191 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631469963576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16449] ppid=16431 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/16433/task/16449/stat : 16449 (java) S 16431 16433 3958 0 -1 4202560 18979 0 0 0 161 4 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631468911032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16433/tid=16450] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16450/stat : 16450 (java) S 16431 16433 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631467858168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16451] ppid=16431 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/16433/task/16451/stat : 16451 (java) S 16431 16433 3958 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 339548815 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631466805832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16452] ppid=16431 vsize=2966184 CPUtime=861.64 cores=1,3,5,7
/proc/16433/task/16452/stat : 16452 (java) S 16431 16433 3958 0 -1 4202560 762 0 0 0 86147 17 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631465751160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16433/tid=16453] ppid=16431 vsize=2966184 CPUtime=861.72 cores=1,3,5,7
/proc/16433/task/16453/stat : 16453 (java) S 16431 16433 3958 0 -1 4202560 750 0 0 0 86149 23 0 0 20 0 22 0 339548840 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631464696744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16454] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16454/stat : 16454 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631463646504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16433/tid=16455] ppid=16431 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16433/task/16455/stat : 16455 (java) S 16431 16433 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339548848 3037372416 225593 33554432000 1073741824 1073778376 140733283669568 140631462593960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 909.564
CPU time (s): 1801.32
CPU user time (s): 1799.41
CPU system time (s): 1.91271
CPU usage (%): 198.042
Max. virtual memory (cumulated for all children) (KiB): 2967772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.91271
maximum resident set size= 902504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43673
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55008
involuntary context switches= 94538

runsolver used 3.3025 second user time and 8.40372 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 16:37:08
IDJOB=3731124
IDBENCH=1852
IDSOLVER=2324
FILE ID=node122/3731124-1338734228
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731124-1338734228/watcher-3731124-1338734228 -o /tmp/evaluation-result-3731124-1338734228/solver-3731124-1338734228 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731124-1338734228.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1359999748

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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:        30807756 kB
Buffers:          230876 kB
Cached:           226248 kB
SwapCached:         1832 kB
Active:          1135036 kB
Inactive:         104768 kB
Active(anon):     779488 kB
Inactive(anon):     5432 kB
Active(file):     355548 kB
Inactive(file):    99336 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:                80 kB
Writeback:             0 kB
AnonPages:        790120 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             684444 kB
SReclaimable:     128368 kB
SUnreclaim:       556076 kB
KernelStack:        1624 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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= 71188 MiB
End job on node122 at 2012-06-03 16:52:19