Trace number 4091871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.61 900.652

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/spot5/
normalized-spot5-42_wcsp.wbo
MD5SUM2650719d8056982b79efe8547fa4e1ef
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark155050
Best CPU time to get the best result obtained on this benchmark1.10783
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables494
Total number of constraints2206
Number of soft constraints2016
Number of constraints which are clauses2016
Number of constraints which are cardinality constraints (but not clauses)190
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 263118
Min constraint cost 1
Max constraint cost 263118
Sum of constraints costs 480716585
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4091871-1466106289.wbo
0.06/0.13	c reading problem ... 
0.45/0.31	c ... done. Wall clock time 0.184s.
0.45/0.31	c declared #vars     494
0.45/0.31	c internal #vars     2510
0.45/0.31	c #constraints  2396
0.45/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1883
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 456
0.45/0.32	c 2396 constraints processed.
0.45/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 456
0.45/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1883
0.45/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
0.45/0.32	c 2396 constraints processed.
0.45/0.32	c objective function length is 2016 literals
0.69/0.49	c And the winner is solver1
0.99/0.82	c SATISFIABLE
0.99/0.82	c OPTIMIZING...
0.99/0.82	c Got one! Elapsed wall clock time (in seconds):0.691
0.99/0.82	o 49100013
0.99/0.86	c And the winner is solver0
1.24/1.36	c Got one! Elapsed wall clock time (in seconds):1.225
1.24/1.36	o 177065
1.39/1.40	c And the winner is solver1
1.44/1.87	c Got one! Elapsed wall clock time (in seconds):1.736
1.44/1.87	o 171065
2.18/2.17	c And the winner is solver1
2.36/2.38	c Got one! Elapsed wall clock time (in seconds):2.246
2.36/2.38	o 171060
3.39/2.81	c cleaning 2809 clauses out of 5617 with flag 11227/5617
5.18/3.62	c cleaning 4401 clauses out of 8808 with flag 32031/11617
7.09/4.56	c cleaning 5703 clauses out of 11406 with flag 56831/18616
7.88/4.98	c And the winner is solver1
8.11/5.38	c Got one! Elapsed wall clock time (in seconds):5.255
8.11/5.38	o 170055
8.82/5.70	c cleaning 5588 clauses out of 11176 with flag 9532/24089
10.44/6.54	c cleaning 5792 clauses out of 11590 with flag 28216/30091
12.64/7.66	c cleaning 6393 clauses out of 12796 with flag 55229/37089
15.11/8.88	c cleaning 7196 clauses out of 14402 with flag 78989/45088
18.10/10.37	c cleaning 8103 clauses out of 16206 with flag 107889/54088
18.30/10.42	c And the winner is solver1
18.37/10.89	c Got one! Elapsed wall clock time (in seconds):10.761
18.37/10.89	o 168055
19.82/11.68	c cleaning 6742 clauses out of 13489 with flag 26600/59474
21.01/12.21	c And the winner is solver1
21.03/12.40	c Got one! Elapsed wall clock time (in seconds):12.267
21.03/12.40	o 167059
21.63/12.73	c cleaning 6339 clauses out of 12678 with flag 9336/65405
21.83/12.85	c And the winner is solver1
21.96/12.90	c Got one! Elapsed wall clock time (in seconds):12.772
21.96/12.90	o 167055
23.40/13.62	c cleaning 6074 clauses out of 12148 with flag 24274/71214
25.02/14.48	c cleaning 6037 clauses out of 12074 with flag 54347/77214
27.22/15.52	c cleaning 6515 clauses out of 13036 with flag 89079/84213
29.81/16.83	c cleaning 7258 clauses out of 14521 with flag 136423/92213
32.81/18.33	c cleaning 8127 clauses out of 16263 with flag 192535/101213
36.45/20.19	c cleaning 9072 clauses out of 18143 with flag 256850/111220
40.46/22.17	c cleaning 10029 clauses out of 20065 with flag 321010/122214
45.10/24.44	c cleaning 11015 clauses out of 22035 with flag 391628/134213
49.92/26.86	c cleaning 12007 clauses out of 24021 with flag 462365/147214
54.99/29.31	c cleaning 13005 clauses out of 26014 with flag 503684/161214
59.59/31.64	c cleaning 13995 clauses out of 28008 with flag 550452/176213
64.71/34.20	c cleaning 15006 clauses out of 30013 with flag 597289/192213
70.30/36.97	c cleaning 15999 clauses out of 32007 with flag 657749/209213
76.39/39.95	c cleaning 16999 clauses out of 34008 with flag 726895/227213
82.61/43.01	c cleaning 18005 clauses out of 36010 with flag 799272/246214
89.30/46.37	c cleaning 18994 clauses out of 38004 with flag 865483/266213
96.76/50.03	c cleaning 20001 clauses out of 40010 with flag 937178/287213
105.04/54.18	c cleaning 21002 clauses out of 42009 with flag 1008209/309213
113.58/58.38	c cleaning 22004 clauses out of 44007 with flag 1076591/332213
121.76/62.44	c cleaning 23002 clauses out of 46004 with flag 1152969/356214
130.27/66.63	c cleaning 23998 clauses out of 48001 with flag 1221808/381213
137.94/70.41	c cleaning 24999 clauses out of 50005 with flag 1315561/407215
145.80/74.34	c cleaning 25999 clauses out of 52004 with flag 1398610/434213
153.24/78.00	c cleaning 27001 clauses out of 54008 with flag 1480758/462216
162.12/82.45	c cleaning 27994 clauses out of 56004 with flag 1566466/491213
169.36/86.03	c cleaning 29003 clauses out of 58010 with flag 1652797/521213
176.82/89.73	c cleaning 29997 clauses out of 60007 with flag 1741745/552213
185.09/93.81	c cleaning 31002 clauses out of 62010 with flag 1842910/584213
193.12/97.90	c cleaning 32004 clauses out of 64008 with flag 1950049/617213
202.20/102.32	c cleaning 33002 clauses out of 66008 with flag 2052098/651217
212.40/107.48	c cleaning 33999 clauses out of 68002 with flag 2152297/686213
223.66/113.03	c cleaning 35000 clauses out of 70003 with flag 2271937/722213
235.69/119.08	c cleaning 35997 clauses out of 72004 with flag 2380963/759214
248.36/125.34	c cleaning 36998 clauses out of 74006 with flag 2496799/797213
259.60/130.97	c cleaning 37999 clauses out of 76008 with flag 2614805/836213
272.03/137.13	c cleaning 39001 clauses out of 78011 with flag 2729752/876215
284.85/143.75	c cleaning 40000 clauses out of 80009 with flag 2852609/917214
299.30/150.96	c cleaning 41003 clauses out of 82009 with flag 2979327/959214
310.55/156.51	c And the winner is solver1
310.61/156.82	c Got one! Elapsed wall clock time (in seconds):156.694
310.61/156.82	o 167050
318.80/160.91	c cleaning 43854 clauses out of 87707 with flag 30099/1005915
323.60/163.35	c cleaning 24926 clauses out of 49853 with flag 65966/1011915
327.01/165.03	c cleaning 15960 clauses out of 31927 with flag 109467/1018915
329.99/166.53	c cleaning 11978 clauses out of 23967 with flag 163102/1026915
332.60/167.89	c cleaning 10489 clauses out of 20990 with flag 217806/1035916
335.40/169.27	c cleaning 10243 clauses out of 20501 with flag 249542/1045916
338.61/170.80	c cleaning 10623 clauses out of 21257 with flag 286448/1056915
342.03/172.54	c cleaning 11315 clauses out of 22636 with flag 323351/1068917
345.45/174.29	c cleaning 12156 clauses out of 24321 with flag 358048/1081917
349.49/176.23	c cleaning 13080 clauses out of 26163 with flag 395308/1095915
353.72/178.34	c cleaning 14038 clauses out of 28084 with flag 442779/1110916
358.13/180.55	c cleaning 15020 clauses out of 30046 with flag 489945/1126916
362.97/182.97	c cleaning 16010 clauses out of 32025 with flag 531627/1143915
369.02/185.96	c cleaning 17004 clauses out of 34016 with flag 583944/1161916
375.85/189.34	c cleaning 18002 clauses out of 36012 with flag 643507/1180916
381.89/192.37	c cleaning 18995 clauses out of 38009 with flag 715267/1200915
389.70/196.24	c cleaning 20000 clauses out of 40014 with flag 783076/1221915
398.33/200.52	c cleaning 21006 clauses out of 42016 with flag 857914/1243917
409.55/206.14	c cleaning 22004 clauses out of 44009 with flag 934482/1266916
419.38/211.00	c cleaning 22996 clauses out of 46004 with flag 1012799/1290915
431.54/217.33	c cleaning 24002 clauses out of 48008 with flag 1098578/1315915
444.78/223.95	c cleaning 25000 clauses out of 50006 with flag 1219192/1341915
454.40/228.77	c cleaning 26002 clauses out of 52006 with flag 1324791/1368915
465.66/234.32	c cleaning 27000 clauses out of 54007 with flag 1427348/1396918
476.30/239.67	c cleaning 27998 clauses out of 56004 with flag 1564939/1425915
488.95/245.91	c cleaning 29002 clauses out of 58006 with flag 1719440/1455915
503.01/252.92	c cleaning 30001 clauses out of 60004 with flag 1899225/1486915
519.67/261.23	c cleaning 30999 clauses out of 62004 with flag 2053244/1518916
534.30/268.57	c cleaning 32001 clauses out of 64007 with flag 2190118/1551918
550.34/276.53	c cleaning 32998 clauses out of 66005 with flag 2309257/1585917
566.02/284.32	c cleaning 34000 clauses out of 68005 with flag 2461847/1620915
583.04/293.03	c cleaning 34996 clauses out of 70005 with flag 2618543/1656915
602.67/302.83	c cleaning 36002 clauses out of 72010 with flag 2773417/1693916
619.34/311.13	c cleaning 37004 clauses out of 74008 with flag 2977055/1731916
636.17/319.55	c cleaning 37998 clauses out of 76004 with flag 3181027/1770916
653.61/328.27	c And the winner is solver1
653.92/328.44	c cleaning 39000 clauses out of 78006 with flag 3423208/1810916
654.00/328.62	c Got one! Elapsed wall clock time (in seconds):328.492
654.00/328.62	o 166055
656.55/329.99	c cleaning 22003 clauses out of 44006 with flag 27167/1815916
658.99/331.15	c cleaning 14002 clauses out of 28003 with flag 61169/1821916
661.39/332.36	c cleaning 10495 clauses out of 21002 with flag 102458/1828917
664.17/333.77	c cleaning 9255 clauses out of 18509 with flag 148792/1836919
667.19/335.24	c cleaning 9120 clauses out of 18252 with flag 198291/1845917
670.39/336.86	c cleaning 9563 clauses out of 19131 with flag 250315/1855916
674.01/338.64	c cleaning 10281 clauses out of 20568 with flag 303869/1866916
678.01/340.66	c cleaning 11143 clauses out of 22287 with flag 363282/1878916
682.24/342.75	c cleaning 12070 clauses out of 24145 with flag 435247/1891917
686.44/344.89	c cleaning 13031 clauses out of 26074 with flag 494753/1905916
691.26/347.27	c cleaning 14018 clauses out of 28044 with flag 555354/1920917
696.07/349.65	c cleaning 15008 clauses out of 30027 with flag 608046/1936918
701.89/352.55	c cleaning 16006 clauses out of 32019 with flag 672741/1953918
708.11/355.68	c cleaning 17002 clauses out of 34012 with flag 735503/1971917
715.33/359.25	c cleaning 18000 clauses out of 36009 with flag 806435/1990916
721.94/362.57	c cleaning 19005 clauses out of 38009 with flag 885382/2010916
730.16/366.62	c cleaning 20000 clauses out of 40007 with flag 945402/2031919
738.79/370.96	c cleaning 21000 clauses out of 42005 with flag 1018754/2053917
747.44/375.27	c cleaning 22003 clauses out of 44005 with flag 1118717/2076917
758.07/380.51	c cleaning 22996 clauses out of 46002 with flag 1210045/2100917
769.36/386.18	c cleaning 23998 clauses out of 48006 with flag 1337176/2125917
782.78/392.83	c cleaning 24998 clauses out of 50007 with flag 1469033/2151916
794.43/398.60	c cleaning 26005 clauses out of 52010 with flag 1570142/2178917
807.67/405.25	c cleaning 27000 clauses out of 54006 with flag 1683767/2206918
823.11/412.98	c cleaning 27998 clauses out of 56004 with flag 1823454/2235916
838.17/420.45	c cleaning 28999 clauses out of 58006 with flag 1957414/2265916
852.86/427.75	c cleaning 29998 clauses out of 60007 with flag 2096375/2296916
868.34/435.42	c cleaning 31001 clauses out of 62010 with flag 2210047/2328917
886.19/444.35	c cleaning 31998 clauses out of 64009 with flag 2344745/2361917
899.01/450.76	c cleaning 33003 clauses out of 66010 with flag 2467196/2395916
913.41/457.99	c cleaning 34000 clauses out of 68008 with flag 2639321/2430917
929.07/465.78	c cleaning 34999 clauses out of 70007 with flag 2802090/2466916
944.12/473.22	c cleaning 35999 clauses out of 72008 with flag 2970611/2503916
963.39/482.84	c cleaning 37001 clauses out of 74009 with flag 3180493/2541916
984.66/493.43	c cleaning 38004 clauses out of 76009 with flag 3380493/2580917
1005.22/504.07	c cleaning 38998 clauses out of 78004 with flag 3564273/2620916
1022.07/512.43	c cleaning 40001 clauses out of 80006 with flag 3752967/2661916
1044.60/523.64	c cleaning 41005 clauses out of 82010 with flag 3973442/2703921
1065.42/534.04	c cleaning 41995 clauses out of 84000 with flag 4198919/2746916
1087.49/545.09	c cleaning 42996 clauses out of 86006 with flag 4417611/2790917
1108.35/555.48	c cleaning 44002 clauses out of 88010 with flag 4604920/2835917
1134.02/568.24	c cleaning 45001 clauses out of 90009 with flag 4783128/2881918
1160.96/581.69	c cleaning 46000 clauses out of 92007 with flag 4971006/2928917
1190.46/596.36	c cleaning 46999 clauses out of 94006 with flag 5155231/2976916
1220.32/611.29	c cleaning 47994 clauses out of 96007 with flag 5339963/3025916
1253.22/627.69	c cleaning 48999 clauses out of 98014 with flag 5544467/3075917
1283.01/642.75	c cleaning 50001 clauses out of 100014 with flag 5727075/3126916
1311.41/656.81	c cleaning 51004 clauses out of 102016 with flag 5955325/3178919
1343.53/672.88	c cleaning 52004 clauses out of 104010 with flag 6172588/3231917
1376.21/689.11	c cleaning 53003 clauses out of 106006 with flag 6382027/3285917
1403.32/702.62	c cleaning 53996 clauses out of 108003 with flag 6577944/3340917
1433.40/717.69	c cleaning 55002 clauses out of 110008 with flag 6815388/3396918
1471.26/736.84	c cleaning 55995 clauses out of 112004 with flag 7035305/3453916
1505.77/754.09	c cleaning 56999 clauses out of 114009 with flag 7227406/3511916
1541.16/771.67	c cleaning 58003 clauses out of 116010 with flag 7458834/3570916
1576.86/789.45	c cleaning 59001 clauses out of 118007 with flag 7681578/3630916
1615.78/808.84	c cleaning 59995 clauses out of 120007 with flag 7901842/3691917
1661.33/831.57	c cleaning 61001 clauses out of 122011 with flag 8114341/3753916
1705.37/853.41	c cleaning 62001 clauses out of 124010 with flag 8366955/3816916
1749.51/875.42	c cleaning 63002 clauses out of 126009 with flag 8608699/3880916
1791.19/896.25	c cleaning 64001 clauses out of 128008 with flag 8833150/3945917
1800.02/900.60	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.60	c starts		: 67403
1800.02/900.60	c conflicts		: 3965010
1800.02/900.60	c decisions		: 12069785
1800.02/900.60	c propagations		: 337594640
1800.02/900.60	c inspects		: 7274259654
1800.02/900.60	c shortcuts		: 0
1800.02/900.60	c learnt literals	: 0
1800.02/900.60	c learnt binary clauses	: 0
1800.02/900.60	c learnt ternary clauses	: 0
1800.02/900.60	c learnt constraints	: 3965010
1800.02/900.60	c ignored constraints	: 0
1800.02/900.60	c root simplifications	: 0
1800.02/900.60	c removed literals (reason simplification)	: 39641202
1800.02/900.60	c reason swapping (by a shorter reason)	: 0
1800.02/900.60	c Calls to reduceDB	: 145
1800.02/900.60	c Number of update (reduction) of LBD	: 344536
1800.02/900.60	c Imported unit clauses	: 0
1800.02/900.60	c number of reductions to clauses (during analyze)	: 0
1800.02/900.60	c number of learned constraints concerned by reduction	: 0
1800.02/900.60	c number of learning phase by resolution	: 0
1800.02/900.60	c number of learning phase by cutting planes	: 0
1800.02/900.60	c speed (assignments/second)	: 590226.2161807771
1800.02/900.60	c non guided choices	69
1800.02/900.63	c learnt constraints type 
1800.02/900.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83100
1800.02/900.63	c >>>>>>>>>> Solver number 1 (9 answers) <<<<<<<<<<<<<<<<<<
1800.02/900.63	c starts		: 14
1800.02/900.63	c conflicts		: 5242
1800.02/900.63	c decisions		: 60181
1800.02/900.63	c propagations		: 543746
1800.02/900.63	c inspects		: 62660825
1800.02/900.63	c shortcuts		: 0
1800.02/900.63	c learnt literals	: 0
1800.02/900.63	c learnt binary clauses	: 0
1800.02/900.63	c learnt ternary clauses	: 0
1800.02/900.63	c learnt constraints	: 5242
1800.02/900.63	c ignored constraints	: 0
1800.02/900.63	c root simplifications	: 0
1800.02/900.63	c removed literals (reason simplification)	: 0
1800.02/900.63	c reason swapping (by a shorter reason)	: 0
1800.02/900.63	c Calls to reduceDB	: 0
1800.02/900.63	c Number of update (reduction) of LBD	: 0
1800.02/900.63	c Imported unit clauses	: 0
1800.02/900.63	c number of reductions to clauses (during analyze)	: 0
1800.02/900.63	c number of learned constraints concerned by reduction	: 0
1800.02/900.63	c number of learning phase by resolution	: 0
1800.02/900.63	c number of learning phase by cutting planes	: 0
1800.02/900.63	c speed (assignments/second)	: 604.6607314030011
1800.02/900.63	c non guided choices	37
1800.02/900.63	c learnt constraints type 
1800.02/900.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3849
1800.02/900.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1393
1800.02/900.63	s SATISFIABLE
1800.02/900.63	c Found 10 solution(s)
1800.02/900.63	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 -x373 -x374 x375 -x376 x377 -x378 -x379 -x380 -x381 x382 -x383 x384 x385 -x386 -x387 -x388 x389 -x390 x391 -x392 -x393 -x394 -x395 x396 -x397 x398 x399 -x400 -x401 -x402 x403 -x404 x405 -x406 -x407 -x408 -x409 x410 x411 -x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 x425 -x426 -x427 x428 -x429 x430 x431 -x432 -x433 x434 x435 -x436 -x437 x438 x439 -x440 -x441 x442 -x443 x444 x445 -x446 -x447 x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 x457 -x458 -x459 x460 x461 -x462 -x463 x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 -x473 x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490 x491 -x492 x493 -x494 
1800.02/900.63	c objective function=166055
1800.02/900.63	c Total wall clock time (in seconds): 900.502

Verifier Data

OK	166055

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4091871-1466106289/watcher-4091871-1466106289 -o /tmp/evaluation-result-4091871-1466106289/solver-4091871-1466106289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466105389-29441 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091871-1466106289.wbo 

pid=29628
running on 4 cores: 0,2,4,6

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: 4.04 3.92 3.01 3/170 29631
/proc/meminfo: memFree=31457888/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/29631/stat : 29631 (java) R 29628 29631 28709 0 -1 4202496 263 0 0 0 0 0 0 0 20 0 1 0 12674353 9379840 122 33554432000 1073741824 1073778376 140735396898688 140735396895816 211462164960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29631/statm: 2290 122 94 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.04 3.92 3.01 3/170 29631
/proc/meminfo: memFree=31457888/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 4109 0 1 0 6 0 0 0 20 0 18 0 12674353 9787879424 4725 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2389619 4726 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.04 3.92 3.01 3/170 29631
/proc/meminfo: memFree=31457888/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 4723 0 1 0 21 0 0 0 20 0 18 0 12674353 9787879424 6300 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2389619 6300 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300203 s]
/proc/loadavg: 4.04 3.92 3.01 3/170 29631
/proc/meminfo: memFree=31457888/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 5715 0 1 0 44 1 0 0 20 0 18 0 12674353 9787879424 8435 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2389619 8435 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 4.04 3.92 3.01 3/170 29631
/proc/meminfo: memFree=31457888/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 7012 0 1 0 96 3 0 0 20 0 19 0 12674353 10060525568 11947 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 11947 2253 9 0 2446860 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 4.04 3.92 3.01 1/213 29695
/proc/meminfo: memFree=31362200/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 9004 0 1 0 136 8 0 0 20 0 19 0 12674353 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 15362 2264 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2485 0 1 0 32 0 0 0 20 0 19 0 12674354 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12674356 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12674357 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12674357 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12674357 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674360 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 2115 0 0 0 36 0 0 0 20 0 19 0 12674360 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 3054 0 0 0 32 0 0 0 20 0 19 0 12674360 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674360 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12674360 10060525568 15362 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10075 s]
/proc/loadavg: 3.71 3.86 2.99 3/216 29707
/proc/meminfo: memFree=31309908/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 14432 0 1 0 398 12 0 0 20 0 22 0 12674353 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 28213 2271 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2486 0 1 0 34 0 0 0 20 0 22 0 12674354 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 6044 0 0 0 66 1 0 0 20 0 22 0 12674360 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 4512 0 0 0 61 0 0 0 20 0 22 0 12674360 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29698] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29698/stat : 29698 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674490 10060525568 28213 33554432000 1073741824 1073778376 140735703601536 139800190395304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 3.71 3.86 2.99 8/219 29722
/proc/meminfo: memFree=31112232/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=10.04 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 17073 0 1 0 988 16 0 0 20 0 22 0 12674353 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 44533 2285 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2487 0 1 0 34 0 0 0 20 0 22 0 12674354 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12674356 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 6611 0 0 0 79 1 0 0 20 0 22 0 12674360 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 6494 0 0 0 81 1 0 0 20 0 22 0 12674360 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29698] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29698/stat : 29698 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674490 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800190395304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29717] ppid=29628 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/29631/task/29717/stat : 29717 (java) R 29628 29631 28709 0 -1 4202560 6 0 0 0 88 0 0 0 20 0 22 0 12674892 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800191447208 139800317517174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29718] ppid=29628 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/29631/task/29718/stat : 29718 (java) R 29628 29631 28709 0 -1 4202560 3 0 0 0 89 0 0 0 20 0 22 0 12674892 10060525568 44533 33554432000 1073741824 1073778376 140735703601536 139800189340328 139800317600150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29719] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.52 4.15 3.62 5/219 29765
/proc/meminfo: memFree=29920616/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=1642.85 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 30400 0 1 0 164139 146 0 0 20 0 22 0 12674353 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 167751 2295 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2497 0 1 0 39 2 0 0 20 0 22 0 12674354 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 1554 0 0 0 183 11 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 1739 0 0 0 187 9 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 1284 0 0 0 188 10 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 1275 0 0 0 175 8 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 1546 0 0 0 193 11 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 1329 0 0 0 195 10 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 1674 0 0 0 180 9 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 1542 0 0 0 188 11 0 0 20 0 22 0 12674356 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 551 0 0 0 329 20 0 0 20 0 22 0 12674357 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 6617 0 0 0 87 2 0 0 20 0 22 0 12674360 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 7039 0 0 0 106 1 0 0 20 0 22 0 12674360 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 12674360 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29698] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29698/stat : 29698 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674490 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800190395304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29750] ppid=29628 vsize=9824732 CPUtime=489.05 cores=0,2,4,6
/proc/29631/task/29750/stat : 29750 (java) R 29628 29631 28709 0 -1 4202560 54 0 0 0 48896 9 0 0 20 0 22 0 12707216 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800191447024 139800317488881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29751] ppid=29628 vsize=9824732 CPUtime=489.04 cores=0,2,4,6
/proc/29631/task/29751/stat : 29751 (java) R 29628 29631 28709 0 -1 4202560 78 0 0 0 48897 7 0 0 20 0 22 0 12707216 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800189339984 139800317530717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29752] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29752/stat : 29752 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12707216 10060525568 167751 33554432000 1073741824 1073778376 140735703601536 139800192500648 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1642.85
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.15 3.65 5/219 29766
/proc/meminfo: memFree=29786976/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=1763.34 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 31123 0 1 0 176179 155 0 0 20 0 22 0 12674353 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 189320 2295 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2498 0 1 0 39 2 0 0 20 0 22 0 12674354 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 1666 0 0 0 194 12 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 1756 0 0 0 201 10 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 1308 0 0 0 204 10 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 1369 0 0 0 188 9 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 1719 0 0 0 205 12 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 1428 0 0 0 209 10 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 1770 0 0 0 196 10 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 1599 0 0 0 202 12 0 0 20 0 22 0 12674356 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 586 0 0 0 329 21 0 0 20 0 22 0 12674357 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 6617 0 0 0 87 2 0 0 20 0 22 0 12674360 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 7039 0 0 0 106 1 0 0 20 0 22 0 12674360 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 12674360 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29698] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29698/stat : 29698 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674490 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800190395304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29750] ppid=29628 vsize=9824732 CPUtime=548.7 cores=0,2,4,6
/proc/29631/task/29750/stat : 29750 (java) R 29628 29631 28709 0 -1 4202560 59 0 0 0 54860 10 0 0 20 0 22 0 12707216 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800191446304 139800317552357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29751] ppid=29628 vsize=9824732 CPUtime=548.72 cores=0,2,4,6
/proc/29631/task/29751/stat : 29751 (java) R 29628 29631 28709 0 -1 4202560 84 0 0 0 54864 8 0 0 20 0 22 0 12707216 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800189340784 139800317530826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29752] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29752/stat : 29752 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12707216 10060525568 189320 33554432000 1073741824 1073778376 140735703601536 139800192500648 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1763.34
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.601 s]
/proc/loadavg: 4.21 4.14 3.66 5/219 29766
/proc/meminfo: memFree=29737208/32872528 swapFree=496356/529060
[pid=29631] ppid=29628 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/29631/stat : 29631 (java) S 29628 29631 28709 0 -1 4202496 31143 0 1 0 179846 156 0 0 20 0 22 0 12674353 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 140735703592672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29631/statm: 2456183 189841 2295 9 0 2446860 0
[pid=29631/tid=29633] ppid=29628 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 28709 0 -1 4202560 2498 0 1 0 39 2 0 0 20 0 22 0 12674354 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800377054072 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29634] ppid=29628 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 28709 0 -1 4202560 1667 0 0 0 197 12 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800315783336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29635] ppid=29628 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 28709 0 -1 4202560 1756 0 0 0 205 10 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800314730792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29636] ppid=29628 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 28709 0 -1 4202560 1308 0 0 0 207 10 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800218384808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29637] ppid=29628 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 28709 0 -1 4202560 1369 0 0 0 190 9 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800217332264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29638] ppid=29628 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 28709 0 -1 4202560 1719 0 0 0 208 12 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800216279720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29639] ppid=29628 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 28709 0 -1 4202560 1428 0 0 0 210 10 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800215227176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29640] ppid=29628 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 28709 0 -1 4202560 1771 0 0 0 199 10 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800214174632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29641] ppid=29628 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 28709 0 -1 4202560 1607 0 0 0 206 12 0 0 20 0 22 0 12674356 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800213122088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29642] ppid=29628 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 28709 0 -1 4202560 591 0 0 0 329 22 0 0 20 0 22 0 12674357 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800200923240 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29643] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800199869560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29644] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 28709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12674357 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800198816904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29648] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29648/stat : 29648 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800197765648 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29649] ppid=29628 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/29631/task/29649/stat : 29649 (java) S 29628 29631 28709 0 -1 4202560 6617 0 0 0 87 2 0 0 20 0 22 0 12674360 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800196713016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29651] ppid=29628 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/29631/task/29651/stat : 29651 (java) S 29628 29631 28709 0 -1 4202560 7039 0 0 0 106 1 0 0 20 0 22 0 12674360 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800195660472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29652] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29652/stat : 29652 (java) S 29628 29631 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12674360 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800194608120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29631/tid=29653] ppid=29628 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/29631/task/29653/stat : 29653 (java) S 29628 29631 28709 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 12674360 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800193555784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29698] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29698/stat : 29698 (java) S 29628 29631 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12674490 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800190395304 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29631/tid=29750] ppid=29628 vsize=9824732 CPUtime=566.92 cores=0,2,4,6
/proc/29631/task/29750/stat : 29750 (java) R 29628 29631 28709 0 -1 4202560 60 0 0 0 56682 10 0 0 20 0 22 0 12707216 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800191446208 139800317488881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29631/tid=29751] ppid=29628 vsize=9824732 CPUtime=566.94 cores=0,2,4,6
/proc/29631/task/29751/stat : 29751 (java) R 29628 29631 28709 0 -1 4202560 86 0 0 0 56686 8 0 0 20 0 22 0 12707216 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800189340800 139800317530553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29631/tid=29752] ppid=29628 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29631/task/29752/stat : 29752 (java) S 29628 29631 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12707216 10060525568 189841 33554432000 1073741824 1073778376 140735703601536 139800192500648 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29631 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.652
CPU time (s): 1800.61
CPU user time (s): 1798.68
CPU system time (s): 1.93271
CPU usage (%): 199.923
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.93271
maximum resident set size= 759504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31188
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29400
involuntary context switches= 41470

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77312 second user time and 7.36488 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 21:44:49
IDJOB=4091871
IDBENCH=79607
IDSOLVER=2552
FILE ID=node141/4091871-1466106289
RUNJOBID= node141-1466105389-29441
PBS_JOBID= 19904052
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-42_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091871-1466106289/watcher-4091871-1466106289 -o /tmp/evaluation-result-4091871-1466106289/solver-4091871-1466106289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466105389-29441 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091871-1466106289.wbo

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

MD5SUM BENCH= 2650719d8056982b79efe8547fa4e1ef
RANDOM SEED=927730512

node141.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.547
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.09
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.547
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	: 5332.55
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.547
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.54
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.547
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	: 5332.55
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.547
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	: 5332.56
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.547
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	: 5332.55
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.547
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	: 5332.55
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.547
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31459060 kB
Buffers:           56628 kB
Cached:           121420 kB
SwapCached:         2876 kB
Active:            93824 kB
Inactive:          88380 kB
Active(anon):       4364 kB
Inactive(anon):     2156 kB
Active(file):      89460 kB
Inactive(file):    86224 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        623472 kB
Mapped:             7128 kB
Shmem:                 0 kB
Slab:             569364 kB
SReclaimable:      13376 kB
SUnreclaim:       555988 kB
KernelStack:        1712 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     625816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node141 at 2016-06-16 21:59:50