Trace number 3687834

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)9 1800.1 913.717

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM4dfe0aab63c58302cf08520fc713ceae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687834-1337873917.opb
0.08/0.13	c reading problem ... 
0.23/0.21	c ... done. Wall clock time 0.084s.
0.23/0.21	c declared #vars     372
0.23/0.21	c #constraints  421
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.23/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.23/0.21	c ignored satisfied constraints => 1
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
0.23/0.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.23/0.21	c 422 constraints processed.
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 338
0.23/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
0.23/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.23/0.21	c ignored satisfied constraints => 1
0.23/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.23/0.21	c 422 constraints processed.
0.23/0.21	c objective function length is 372 literals
0.23/0.23	c  And the winner is solver0
0.30/0.71	c SATISFIABLE
0.30/0.71	c OPTIMIZING...
0.30/0.71	c Got one! Elapsed wall clock time (in seconds):0.586
0.30/0.71	o 12
0.98/0.99	c  And the winner is solver1
1.68/1.22	c Got one! Elapsed wall clock time (in seconds):1.093
1.68/1.22	o 11
1.68/1.24	c  And the winner is solver1
1.75/1.73	c Got one! Elapsed wall clock time (in seconds):1.596
1.75/1.73	o 10
1.75/1.75	c  And the winner is solver1
1.85/2.23	c Got one! Elapsed wall clock time (in seconds):2.099
1.85/2.23	o 9
2.85/2.57	c cleaning 3185 clauses out of 6369 with flag 5000/6369
3.98/2.95	c cleaning 4586 clauses out of 9185 with flag 11001/12370
4.89/3.37	c cleaning 5798 clauses out of 11598 with flag 18000/19369
5.86/3.88	c cleaning 6898 clauses out of 13802 with flag 26002/27371
7.12/4.44	c cleaning 7946 clauses out of 15902 with flag 35000/36369
8.47/5.10	c cleaning 8977 clauses out of 17958 with flag 45002/46371
9.85/5.86	c cleaning 9986 clauses out of 19979 with flag 56000/57369
11.59/6.73	c cleaning 10991 clauses out of 21994 with flag 68001/69370
13.35/7.68	c cleaning 11993 clauses out of 24002 with flag 81000/82369
15.33/8.63	c cleaning 13000 clauses out of 26010 with flag 95001/96370
17.31/9.65	c cleaning 14005 clauses out of 28009 with flag 110000/111369
19.66/10.81	c cleaning 14998 clauses out of 30006 with flag 126002/127371
21.77/11.97	c cleaning 16001 clauses out of 32006 with flag 143000/144369
24.32/13.24	c cleaning 16998 clauses out of 34005 with flag 161000/162369
26.92/14.59	c cleaning 17996 clauses out of 36007 with flag 180000/181369
29.88/16.01	c cleaning 19004 clauses out of 38011 with flag 200000/201369
33.01/17.69	c cleaning 19999 clauses out of 40007 with flag 221000/222369
36.31/19.36	c cleaning 21000 clauses out of 42009 with flag 243001/244370
39.85/21.10	c cleaning 22001 clauses out of 44008 with flag 266000/267369
43.88/23.16	c cleaning 22997 clauses out of 46008 with flag 290001/291370
48.37/25.49	c cleaning 24002 clauses out of 48010 with flag 315000/316369
53.13/27.80	c cleaning 25004 clauses out of 50008 with flag 341000/342369
57.69/30.15	c cleaning 25998 clauses out of 52005 with flag 368001/369370
62.20/32.43	c cleaning 27000 clauses out of 54006 with flag 396000/397369
66.89/34.84	c cleaning 27998 clauses out of 56006 with flag 425000/426369
71.62/37.26	c cleaning 29004 clauses out of 58008 with flag 455000/456369
76.35/39.68	c cleaning 30001 clauses out of 60004 with flag 486000/487369
82.50/42.72	c cleaning 31001 clauses out of 62004 with flag 518001/519370
88.36/45.75	c cleaning 32001 clauses out of 64002 with flag 551000/552369
94.28/48.70	c cleaning 33001 clauses out of 66001 with flag 585000/586369
100.80/52.02	c cleaning 33999 clauses out of 68000 with flag 620000/621369
107.32/55.33	c cleaning 35001 clauses out of 70001 with flag 656000/657369
112.96/58.29	c cleaning 35992 clauses out of 72000 with flag 693000/694369
118.87/61.28	c cleaning 36996 clauses out of 74008 with flag 731000/732369
125.79/64.71	c cleaning 38004 clauses out of 76012 with flag 770000/771369
133.27/68.53	c cleaning 38993 clauses out of 78010 with flag 810002/811371
140.51/72.28	c cleaning 39999 clauses out of 80015 with flag 851000/852369
148.41/76.26	c cleaning 41007 clauses out of 82017 with flag 893001/894370
157.91/81.09	c cleaning 42006 clauses out of 84011 with flag 936002/937371
166.61/85.49	c cleaning 43002 clauses out of 86003 with flag 980000/981369
175.03/89.75	c cleaning 44000 clauses out of 88001 with flag 1025000/1026369
183.13/93.84	c cleaning 45001 clauses out of 90002 with flag 1071001/1072370
191.01/97.90	c cleaning 45998 clauses out of 92000 with flag 1118000/1119369
199.34/102.01	c cleaning 46997 clauses out of 94002 with flag 1166000/1167369
207.16/106.06	c cleaning 47992 clauses out of 96005 with flag 1215000/1216369
215.26/110.19	c cleaning 48981 clauses out of 98013 with flag 1265000/1266369
223.75/114.49	c cleaning 50013 clauses out of 100032 with flag 1316000/1317369
232.64/118.95	c cleaning 51008 clauses out of 102019 with flag 1368000/1369369
241.40/123.49	c cleaning 51996 clauses out of 104011 with flag 1421000/1422369
250.47/128.06	c cleaning 53001 clauses out of 106015 with flag 1475000/1476369
259.53/132.65	c cleaning 53995 clauses out of 108014 with flag 1530000/1531369
268.99/137.46	c cleaning 55003 clauses out of 110019 with flag 1586000/1587369
278.94/142.55	c cleaning 56008 clauses out of 112017 with flag 1643001/1644370
289.61/147.95	c cleaning 56989 clauses out of 114008 with flag 1701000/1702369
301.30/153.81	c cleaning 58002 clauses out of 116019 with flag 1760000/1761369
313.33/159.93	c cleaning 59010 clauses out of 118019 with flag 1820002/1821371
326.50/166.66	c cleaning 60000 clauses out of 120007 with flag 1881000/1882369
338.99/172.93	c cleaning 60991 clauses out of 122008 with flag 1943001/1944370
355.10/181.09	c cleaning 62000 clauses out of 124016 with flag 2006000/2007369
365.74/186.44	c cleaning 63001 clauses out of 126016 with flag 2070000/2071369
376.27/191.87	c cleaning 63999 clauses out of 128016 with flag 2135001/2136370
386.90/197.26	c cleaning 65004 clauses out of 130016 with flag 2201000/2202369
399.17/203.50	c cleaning 65998 clauses out of 132013 with flag 2268001/2269370
410.24/209.05	c cleaning 66995 clauses out of 134014 with flag 2336000/2337369
421.56/214.82	c cleaning 67992 clauses out of 136019 with flag 2405000/2406369
434.63/221.41	c cleaning 69009 clauses out of 138027 with flag 2475000/2476369
447.31/227.88	c cleaning 69994 clauses out of 140018 with flag 2546000/2547369
460.72/234.69	c cleaning 70999 clauses out of 142024 with flag 2618000/2619369
473.60/241.24	c cleaning 72009 clauses out of 144025 with flag 2691000/2692369
487.18/248.10	c cleaning 72999 clauses out of 146016 with flag 2765000/2766369
499.14/254.24	c cleaning 73982 clauses out of 148017 with flag 2840000/2841369
510.12/259.87	c cleaning 75007 clauses out of 150037 with flag 2916002/2917371
522.36/266.19	c cleaning 76005 clauses out of 152028 with flag 2993000/2994369
535.54/272.82	c cleaning 77009 clauses out of 154023 with flag 3071000/3072369
548.88/279.66	c cleaning 77994 clauses out of 156014 with flag 3150000/3151369
561.04/285.81	c cleaning 78995 clauses out of 158020 with flag 3230000/3231369
573.46/292.25	c cleaning 80008 clauses out of 160025 with flag 3311000/3312369
586.84/299.06	c cleaning 80987 clauses out of 162017 with flag 3393000/3394369
603.72/307.56	c cleaning 82012 clauses out of 164034 with flag 3476004/3477373
622.80/317.16	c cleaning 83007 clauses out of 166018 with flag 3560000/3561369
637.64/324.75	c cleaning 84005 clauses out of 168013 with flag 3645002/3646371
653.67/332.87	c cleaning 84985 clauses out of 170006 with flag 3731000/3732369
671.05/341.65	c cleaning 86006 clauses out of 172021 with flag 3818000/3819369
689.60/350.93	c cleaning 87003 clauses out of 174015 with flag 3906000/3907369
704.99/358.80	c cleaning 87994 clauses out of 176012 with flag 3995000/3996369
724.05/368.45	c cleaning 89004 clauses out of 178019 with flag 4085001/4086370
744.10/378.53	c cleaning 90001 clauses out of 180014 with flag 4176000/4177369
764.30/388.75	c cleaning 91004 clauses out of 182013 with flag 4268000/4269369
782.11/397.84	c cleaning 91999 clauses out of 184009 with flag 4361000/4362369
802.91/408.37	c cleaning 93005 clauses out of 186014 with flag 4455004/4456373
822.06/418.07	c cleaning 93998 clauses out of 188005 with flag 4550000/4551369
837.25/425.88	c cleaning 94985 clauses out of 190007 with flag 4646000/4647369
853.96/434.61	c cleaning 96005 clauses out of 192022 with flag 4743000/4744369
871.65/443.58	c cleaning 96996 clauses out of 194018 with flag 4841001/4842370
889.78/452.77	c cleaning 98004 clauses out of 196021 with flag 4940000/4941369
909.19/462.61	c cleaning 99008 clauses out of 198018 with flag 5040001/5041370
926.97/471.69	c cleaning 100000 clauses out of 200009 with flag 5141000/5142369
948.39/482.41	c cleaning 100994 clauses out of 202009 with flag 5243000/5244369
969.55/493.12	c cleaning 101999 clauses out of 204015 with flag 5346000/5347369
990.75/503.88	c cleaning 102991 clauses out of 206017 with flag 5450001/5451370
1012.11/514.64	c cleaning 104004 clauses out of 208025 with flag 5555000/5556369
1038.67/528.04	c cleaning 105006 clauses out of 210021 with flag 5661000/5662369
1062.62/540.18	c cleaning 106008 clauses out of 212015 with flag 5768000/5769369
1087.71/552.90	c cleaning 107001 clauses out of 214009 with flag 5876002/5877371
1114.44/566.41	c cleaning 107996 clauses out of 216006 with flag 5985000/5986369
1139.35/579.09	c cleaning 109004 clauses out of 218011 with flag 6095001/6096370
1160.88/589.93	c cleaning 109997 clauses out of 220007 with flag 6206001/6207370
1190.02/604.72	c cleaning 111001 clauses out of 222010 with flag 6318001/6319370
1220.56/620.15	c cleaning 112003 clauses out of 224008 with flag 6431000/6432369
1245.10/632.52	c cleaning 112981 clauses out of 226005 with flag 6545000/6546369
1266.19/643.22	c cleaning 114009 clauses out of 228025 with flag 6660001/6661370
1289.50/655.15	c cleaning 114999 clauses out of 230016 with flag 6776001/6777370
1313.64/667.37	c cleaning 116001 clauses out of 232017 with flag 6893001/6894370
1335.99/678.61	c cleaning 116994 clauses out of 234016 with flag 7011001/7012370
1360.72/691.14	c cleaning 118003 clauses out of 236024 with flag 7130003/7131372
1385.02/703.59	c cleaning 118985 clauses out of 238018 with flag 7250000/7251369
1411.17/716.71	c cleaning 120007 clauses out of 240033 with flag 7371000/7372369
1437.66/730.18	c cleaning 121000 clauses out of 242026 with flag 7493000/7494369
1466.18/744.57	c cleaning 122003 clauses out of 244027 with flag 7616001/7617370
1492.37/757.90	c cleaning 123006 clauses out of 246024 with flag 7740001/7741370
1523.29/773.43	c cleaning 124001 clauses out of 248017 with flag 7865000/7866369
1549.21/786.53	c cleaning 124986 clauses out of 250016 with flag 7991000/7992369
1574.91/799.54	c cleaning 125991 clauses out of 252030 with flag 8118000/8119369
1597.24/810.92	c cleaning 127000 clauses out of 254039 with flag 8246000/8247369
1620.96/822.99	c cleaning 128018 clauses out of 256039 with flag 8375000/8376369
1645.30/835.30	c cleaning 129009 clauses out of 258022 with flag 8505001/8506370
1667.61/846.59	c cleaning 130006 clauses out of 260014 with flag 8636002/8637371
1695.31/860.63	c cleaning 130995 clauses out of 262006 with flag 8768000/8769369
1720.46/873.31	c cleaning 131999 clauses out of 264011 with flag 8901000/8902369
1746.77/886.63	c cleaning 132993 clauses out of 266012 with flag 9035000/9036369
1776.88/901.90	c cleaning 133985 clauses out of 268020 with flag 9170001/9171370
1800.08/913.61	c starts		: 5
1800.08/913.61	c conflicts		: 3041
1800.08/913.61	c decisions		: 140145
1800.08/913.61	c propagations		: 470296
1800.08/913.61	c inspects		: 227317158
1800.08/913.61	c shortcuts		: 0
1800.08/913.61	c learnt literals	: 0
1800.08/913.61	c learnt binary clauses	: 0
1800.08/913.61	c learnt ternary clauses	: 0
1800.08/913.61	c learnt constraints	: 3040
1800.08/913.61	c ignored constraints	: 0
1800.08/913.61	c root simplifications	: 0
1800.08/913.61	c removed literals (reason simplification)	: 0
1800.08/913.61	c reason swapping (by a shorter reason)	: 0
1800.08/913.61	c Calls to reduceDB	: 0
1800.08/913.61	c number of reductions to clauses (during analyze)	: 0
1800.08/913.61	c number of learned constraints concerned by reduction	: 0
1800.08/913.61	c number of learning phase by resolution	: 0
1800.08/913.61	c number of learning phase by cutting planes	: 0
1800.08/913.61	c speed (assignments/second)	: 515.1749506510123
1800.08/913.61	c non guided choices	0
1800.08/913.61	c learnt constraints type 
1800.08/913.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3040
1800.08/913.61	c constraints type 
1800.08/913.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
1800.08/913.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.08/913.61	c ignored satisfied constraints => 1
1800.08/913.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
1800.08/913.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.08/913.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/913.61	c 423 constraints processed.
1800.08/913.61	c constraints type 
1800.08/913.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 338
1800.08/913.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
1800.08/913.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.08/913.61	c ignored satisfied constraints => 1
1800.08/913.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/913.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.08/913.61	c 423 constraints processed.
1800.08/913.61	s SATISFIABLE
1800.08/913.61	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 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 x112 x113 x114 x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 x123 x124 x125 x126 x127 -x128 -x129 -x130 -x131 x132 x133 x134 x135 x136 -x137 x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 x176 x177 x178 x179 -x180 -x181 x182 x183 -x184 -x185 x186 x187 -x188 -x189 x190 x191 x192 -x193 x194 x195 -x196 -x197 -x198 -x199 x200 -x201 x202 x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 x215 x216 -x217 -x218 x219 x220 -x221 -x222 x223 x224 -x225 -x226 x227 x228 -x229 -x230 x231 x232 x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 x243 -x244 -x245 x246 x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256 x257 x258 x259 x260 x261 -x262 -x263 x264 x265 x266 -x267 x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 x289 x290 -x291 -x292 -x293 x294 x295 -x296 x297 x298 -x299 -x300 -x301 x302 x303 x304 x305 x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 x316 x317 -x318 x319 x320 x321 -x322 x323 x324 -x325 -x326 x327 -x328 -x329 x330 x331 -x332 -x333 x334 x335 -x336 -x337 x338 x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 x351 x352 x353 x354 x355 -x356 -x357 x358 x359 -x360 -x361 x362 x363 -x364 -x365 x366 x367 x368 -x369 x370 x371 x372 
1800.08/913.61	c objective function=9
1800.08/913.61	c Total wall clock time (in seconds): 913.486

Verifier Data

OK	9

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-3687834-1337873917/watcher-3687834-1337873917 -o /tmp/evaluation-result-3687834-1337873917/solver-3687834-1337873917 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687834-1337873917.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.88 3.79 3.29 2/197 26689
/proc/meminfo: memFree=29495984/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (java) D 26687 26689 25184 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253516088 9515008 182 33554432000 1073741824 1073778376 140733948046032 140733948037064 239237676725 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26689/statm: 2323 182 140 9 0 71 0

[startup+0.053429 s]
/proc/loadavg: 3.88 3.79 3.29 2/197 26689
/proc/meminfo: memFree=29495984/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 3031 0 1 0 2 0 0 0 20 0 13 0 253516088 9446973440 3729 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2306390 3729 1700 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100285 s]
/proc/loadavg: 3.88 3.79 3.29 2/197 26689
/proc/meminfo: memFree=29495984/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 4144 0 1 0 7 1 0 0 20 0 18 0 253516088 9787813888 5335 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2389603 5336 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300261 s]
/proc/loadavg: 3.88 3.79 3.29 2/197 26689
/proc/meminfo: memFree=29495984/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 4761 0 1 0 27 3 0 0 20 0 19 0 253516088 10060460032 7373 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 7373 2215 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824668

[startup+0.700261 s]
/proc/loadavg: 3.88 3.79 3.29 2/197 26689
/proc/meminfo: memFree=29495984/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 4761 0 1 0 27 3 0 0 20 0 19 0 253516088 10060460032 7373 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 7373 2215 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.88 3.79 3.29 4/214 26714
/proc/meminfo: memFree=29433296/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 16918 0 1 0 166 9 0 0 20 0 19 0 253516088 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 19024 2243 9 0 2446860 0
[pid=26689/tid=26691] ppid=26687 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/26689/task/26691/stat : 26691 (java) S 26687 26689 25184 0 -1 4202560 2464 0 1 0 19 0 0 0 20 0 19 0 253516089 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623690294264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623679355816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623678303272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623677250216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623676197672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623675144616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623674092072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623673039016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253516090 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623526705448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253516092 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623514508136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253516092 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623513454456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253516092 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623512401288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516095 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623511350032 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 5201 0 0 0 38 0 0 0 20 0 19 0 253516095 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 7930 0 0 0 50 2 0 0 20 0 19 0 253516095 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516095 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253516095 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253516161 10060460032 19024 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.81 3.78 3.29 2/214 26720
/proc/meminfo: memFree=29419676/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=4.47 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 21844 0 1 0 431 16 0 0 20 0 22 0 253516088 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 51485 2276 9 0 2446860 0
[pid=26689/tid=26691] ppid=26687 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/26689/task/26691/stat : 26691 (java) S 26687 26689 25184 0 -1 4202560 2465 0 1 0 19 0 0 0 20 0 22 0 253516089 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623690294264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623679355816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623678303272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623677250216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 25184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623676197672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623675144616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 25184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623674092072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623673039016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623526705448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 25184 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 253516092 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623514508136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623513454456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623512401288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623511350032 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 7198 0 0 0 71 2 0 0 20 0 22 0 253516095 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 10695 0 0 0 111 2 0 0 20 0 22 0 253516095 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516161 10060460032 51485 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.81 3.78 3.29 4/217 26723
/proc/meminfo: memFree=29286276/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=10.8 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 22361 0 1 0 1059 21 0 0 20 0 22 0 253516088 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 63598 2277 9 0 2446860 0
[pid=26689/tid=26691] ppid=26687 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/26689/task/26691/stat : 26691 (java) S 26687 26689 25184 0 -1 4202560 2465 0 1 0 19 0 0 0 20 0 22 0 253516089 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623690294264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 25184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623679355816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623678303272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623677250216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 25184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623676197672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623675144616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623674092072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623673039016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 25184 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253516090 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623526705448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 25184 0 -1 4202560 108 0 0 0 24 2 0 0 20 0 22 0 253516092 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623514508136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623513454456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623512401288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623511350032 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 7289 0 0 0 81 2 0 0 20 0 22 0 253516095 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 10695 0 0 0 113 2 0 0 20 0 22 0 253516095 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516161 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26721] ppid=26687 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/26689/task/26721/stat : 26721 (java) R 26687 26689 25184 0 -1 4202560 15 0 0 0 369 0 0 0 20 0 22 0 253516311 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623505031632 140623554872079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26722] ppid=26687 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/26689/task/26722/stat : 26722 (java) R 26687 26689 25184 0 -1 4202560 340 0 0 0 366 2 0 0 20 0 22 0 253516311 10060460032 63598 33554432000 1073741824 1073778376 140736271071920 140623502925888 140623554857858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 7611 0 0 0 104 2 0 0 20 0 22 0 253516095 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 10695 0 0 0 125 2 0 0 20 0 22 0 253516095 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 51 0 0 0 20 16 0 0 20 0 22 0 253516095 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516161 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26721] ppid=26687 vsize=9824668 CPUtime=841.12 cores=1,3,5,7
/proc/26689/task/26721/stat : 26721 (java) R 26687 26689 25184 0 -1 4202560 259 0 0 0 84097 15 0 0 20 0 22 0 253516311 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623505031632 140623554781521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26722] ppid=26687 vsize=9824668 CPUtime=842.08 cores=1,3,5,7
/proc/26689/task/26722/stat : 26722 (java) R 26687 26689 25184 0 -1 4202560 4537 0 0 0 84163 45 0 0 20 0 22 0 253516311 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623502923776 140623555148337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26723] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26723/stat : 26723 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516311 10060460032 489950 33554432000 1073741824 1073778376 140736271071920 140623506084776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1738.16
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.601 s]
/proc/loadavg: 4.21 4.00 3.69 5/219 26811
/proc/meminfo: memFree=25018532/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 35291 0 1 0 179744 264 0 0 20 0 22 0 253516088 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 490460 2280 9 0 2446860 0
[pid=26689/tid=26691] ppid=26687 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26689/task/26691/stat : 26691 (java) S 26687 26689 25184 0 -1 4202560 2533 0 1 0 21 3 0 0 20 0 22 0 253516089 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623690294264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 25184 0 -1 4202560 838 0 0 0 170 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623679355816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 25184 0 -1 4202560 667 0 0 0 181 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623678303272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 25184 0 -1 4202560 696 0 0 0 176 10 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623677250216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 25184 0 -1 4202560 873 0 0 0 186 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623676197672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 25184 0 -1 4202560 740 0 0 0 165 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623675144616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 25184 0 -1 4202560 803 0 0 0 159 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623674092072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 25184 0 -1 4202560 760 0 0 0 181 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623673039016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 25184 0 -1 4202560 1020 0 0 0 184 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623526705448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=9824668 CPUtime=33.18 cores=1,3,5,7
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 25184 0 -1 4202560 1882 0 0 0 3207 111 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623514508136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623513454456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623512401288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623511350032 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 7611 0 0 0 104 2 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 10695 0 0 0 125 2 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 53 0 0 0 21 17 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516161 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26721] ppid=26687 vsize=9824668 CPUtime=871.42 cores=1,3,5,7
/proc/26689/task/26721/stat : 26721 (java) R 26687 26689 25184 0 -1 4202560 259 0 0 0 87126 16 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623505031632 140623554816751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26722] ppid=26687 vsize=9824668 CPUtime=872.51 cores=1,3,5,7
/proc/26689/task/26722/stat : 26722 (java) R 26687 26689 25184 0 -1 4202560 4537 0 0 0 87205 46 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623502923776 140623555148288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26723] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26723/stat : 26723 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623506084776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

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

############
# WARNING:
# current cumulated CPU time (1796.16 s) is less than in the last sample (1800.08 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.91992 s) to the 'lost time'.

[startup+913.601 s]
/proc/loadavg: 4.21 4.00 3.69 5/219 26811
/proc/meminfo: memFree=25018532/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/26689/stat : 26689 (java) S 26687 26689 25184 0 -1 4202496 35291 0 1 0 179744 264 0 0 20 0 22 0 253516088 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140736271063056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2456167 490460 2280 9 0 2446860 0
[pid=26689/tid=26691] ppid=26687 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26689/task/26691/stat : 26691 (java) S 26687 26689 25184 0 -1 4202560 2533 0 1 0 21 3 0 0 20 0 22 0 253516089 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623690294264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 25184 0 -1 4202560 838 0 0 0 170 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623679355816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 25184 0 -1 4202560 667 0 0 0 181 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623678303272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 25184 0 -1 4202560 696 0 0 0 176 10 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623677250216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 25184 0 -1 4202560 873 0 0 0 186 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623676197672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 25184 0 -1 4202560 740 0 0 0 165 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623675144616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 25184 0 -1 4202560 803 0 0 0 159 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623674092072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 25184 0 -1 4202560 760 0 0 0 181 12 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623673039016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 25184 0 -1 4202560 1020 0 0 0 184 11 0 0 20 0 22 0 253516090 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623526705448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=9824668 CPUtime=33.18 cores=1,3,5,7
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 25184 0 -1 4202560 1882 0 0 0 3207 111 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623514508136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623513454456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253516092 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623512401288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623511350032 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 25184 0 -1 4202560 7611 0 0 0 104 2 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623510296888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 25184 0 -1 4202560 10695 0 0 0 125 2 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623509244344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623508191480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 25184 0 -1 4202560 53 0 0 0 21 17 0 0 20 0 22 0 253516095 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623507139144 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26714] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26714/stat : 26714 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516161 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623503979304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26721] ppid=26687 vsize=9824668 CPUtime=871.42 cores=1,3,5,7
/proc/26689/task/26721/stat : 26721 (java) R 26687 26689 25184 0 -1 4202560 259 0 0 0 87126 16 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623505031632 140623554816751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26689/tid=26722] ppid=26687 vsize=9824668 CPUtime=872.51 cores=1,3,5,7
/proc/26689/task/26722/stat : 26722 (java) R 26687 26689 25184 0 -1 4202560 4537 0 0 0 87205 46 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623502923776 140623555148288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26689/tid=26723] ppid=26687 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26723/stat : 26723 (java) S 26687 26689 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253516311 10060460032 490460 33554432000 1073741824 1073778376 140736271071920 140623506084776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

[startup+913.713 s]
/proc/loadavg: 4.21 4.00 3.69 5/219 26811
/proc/meminfo: memFree=25018532/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=0 CPUtime=1796.16 cores=1,3,5,7
/proc/26689/stat : 26689 (java) Z 26687 26689 25184 0 -1 4203532 35322 0 1 0 179300 316 0 0 20 0 2 0 253516088 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 0 0 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=0 CPUtime=1.94 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) R 26687 26689 25184 0 -1 4203588 667 0 0 0 181 13 0 0 20 0 2 0 253516090 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 0
#
############


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

[startup+913.713 s]
/proc/loadavg: 4.21 4.00 3.69 5/219 26811
/proc/meminfo: memFree=25018532/32873844 swapFree=7388/7388
[pid=26689] ppid=26687 vsize=0 CPUtime=1796.16 cores=1,3,5,7
/proc/26689/stat : 26689 (java) Z 26687 26689 25184 0 -1 4203532 35322 0 1 0 179300 316 0 0 20 0 2 0 253516088 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 0 0 0 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=0 CPUtime=1.94 cores=1,3,5,7
/proc/26689/task/26693/stat : 26693 (java) R 26687 26689 25184 0 -1 4203588 667 0 0 0 181 13 0 0 20 0 2 0 253516090 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.91992
#  lost CPU user time (s): 4.43994
#  lost CPU system time (s): -0.52

Real time (s): 913.717
CPU time (s): 1800.1
CPU user time (s): 1797.44
CPU system time (s): 2.66152
CPU usage (%): 197.008
Max. virtual memory (cumulated for all children) (KiB): 9824928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793
system time used= 3.18152
maximum resident set size= 1976828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35322
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28871
involuntary context switches= 37581

runsolver used 3.53146 second user time and 8.99363 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 17:38:37
IDJOB=3687834
IDBENCH=2222
IDSOLVER=2268
FILE ID=node147/3687834-1337873917
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687834-1337873917/watcher-3687834-1337873917 -o /tmp/evaluation-result-3687834-1337873917/solver-3687834-1337873917 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687834-1337873917.opb

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

MD5SUM BENCH= 4dfe0aab63c58302cf08520fc713ceae
RANDOM SEED=379405894

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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		: 2666.951
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.951
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:       32873844 kB
MemFree:        29496776 kB
Buffers:          216868 kB
Cached:          1440300 kB
SwapCached:         6180 kB
Active:          1282872 kB
Inactive:        1321468 kB
Active(anon):     942900 kB
Inactive(anon):     6780 kB
Active(file):     339972 kB
Inactive(file):  1314688 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        955360 kB
Mapped:            17844 kB
Shmem:                 0 kB
Slab:             630704 kB
SReclaimable:      71900 kB
SUnreclaim:       558804 kB
KernelStack:        1616 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1217036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node147 at 2012-05-24 17:53:53