Trace number 4081717

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-24 1800.08 900.452

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4081717-1465257397.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.44/0.34	c ... done. Wall clock time 0.208s.
0.44/0.34	c declared #vars     200
0.44/0.34	c internal #vars     1444
0.44/0.34	c #constraints  2790
0.44/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.44/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.44/0.34	c 2790 constraints processed.
0.44/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1244
0.44/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
0.44/0.34	c 2790 constraints processed.
0.44/0.34	c objective function length is 100 literals
0.76/0.47	c And the winner is solver1
1.20/0.84	c SATISFIABLE
1.20/0.84	c OPTIMIZING...
1.20/0.84	c Got one! Elapsed wall clock time (in seconds):0.712
1.20/0.84	o -7
1.20/0.86	c And the winner is solver1
1.31/1.34	c Got one! Elapsed wall clock time (in seconds):1.214
1.31/1.34	o -10
1.31/1.36	c And the winner is solver1
1.38/1.84	c Got one! Elapsed wall clock time (in seconds):1.715
1.38/1.84	o -11
1.38/1.86	c And the winner is solver1
1.48/2.34	c Got one! Elapsed wall clock time (in seconds):2.217
1.48/2.34	o -12
1.48/2.36	c And the winner is solver0
1.73/2.85	c Got one! Elapsed wall clock time (in seconds):2.717
1.73/2.85	o -17
1.73/2.87	c And the winner is solver0
1.85/3.35	c Got one! Elapsed wall clock time (in seconds):3.219
1.85/3.35	o -19
3.82/3.91	c cleaning 2710 clauses out of 5428 with flag 19430/5428
5.40/4.43	c cleaning 4352 clauses out of 8726 with flag 44421/11436
6.24/4.82	c And the winner is solver1
6.24/4.85	c Got one! Elapsed wall clock time (in seconds):4.72
6.24/4.85	o -20
6.37/4.95	c cleaning 5011 clauses out of 10021 with flag 5344/17083
7.40/5.44	c cleaning 5498 clauses out of 11009 with flag 36390/23082
8.66/6.06	c cleaning 6250 clauses out of 12516 with flag 68440/30087
9.46/6.42	c And the winner is solver1
9.55/6.85	c Got one! Elapsed wall clock time (in seconds):6.721
9.55/6.85	o -21
9.64/6.95	c cleaning 5759 clauses out of 11518 with flag 5220/35339
10.44/7.39	c cleaning 5850 clauses out of 11760 with flag 36698/41340
12.02/8.00	c cleaning 6454 clauses out of 12909 with flag 69920/48339
13.43/8.76	c cleaning 7212 clauses out of 14459 with flag 104454/56343
15.29/9.66	c cleaning 8118 clauses out of 16243 with flag 144966/65339
17.10/10.52	c cleaning 9056 clauses out of 18125 with flag 192411/75339
19.33/11.65	c cleaning 10039 clauses out of 20077 with flag 238146/86347
21.95/12.92	c cleaning 11010 clauses out of 22032 with flag 291233/98341
25.05/14.40	c cleaning 11999 clauses out of 24020 with flag 347136/111339
27.83/15.89	c cleaning 12990 clauses out of 26021 with flag 408333/125339
31.84/17.84	c cleaning 14016 clauses out of 28031 with flag 468625/140339
35.10/19.48	c cleaning 15001 clauses out of 30015 with flag 540723/156339
38.89/21.38	c cleaning 15983 clauses out of 32014 with flag 611268/173339
43.18/23.48	c cleaning 16994 clauses out of 34031 with flag 684439/191339
48.38/26.02	c cleaning 18020 clauses out of 36039 with flag 760486/210341
53.59/28.68	c cleaning 18989 clauses out of 38017 with flag 835651/230339
60.63/32.19	c cleaning 19996 clauses out of 40030 with flag 917024/251341
66.63/35.19	c cleaning 21014 clauses out of 42033 with flag 998470/273340
73.03/38.31	c cleaning 22002 clauses out of 44019 with flag 1084030/296340
78.51/41.07	c cleaning 23000 clauses out of 46017 with flag 1172967/320340
84.72/44.15	c cleaning 24006 clauses out of 48019 with flag 1259966/345342
90.98/47.25	c cleaning 24991 clauses out of 50020 with flag 1354320/371349
98.58/51.04	c cleaning 26007 clauses out of 52019 with flag 1447779/398339
106.18/54.89	c cleaning 27007 clauses out of 54018 with flag 1545655/426345
114.85/59.14	c cleaning 28003 clauses out of 56005 with flag 1639418/455339
122.64/63.08	c cleaning 28989 clauses out of 58003 with flag 1738972/485340
131.95/67.63	c cleaning 29994 clauses out of 60020 with flag 1851512/516346
140.43/71.88	c cleaning 30990 clauses out of 62019 with flag 1974870/548339
149.23/76.24	c cleaning 31991 clauses out of 64031 with flag 2103627/581341
159.09/81.16	c cleaning 33008 clauses out of 66038 with flag 2237546/615339
168.75/85.96	c cleaning 34002 clauses out of 68031 with flag 2380973/650340
178.93/91.07	c cleaning 35014 clauses out of 70028 with flag 2535850/686339
189.79/96.48	c cleaning 36007 clauses out of 72014 with flag 2686184/723339
200.04/101.55	c cleaning 36987 clauses out of 74007 with flag 2841611/761339
212.92/107.97	c cleaning 37998 clauses out of 76020 with flag 2993981/800339
228.93/115.92	c cleaning 39011 clauses out of 78022 with flag 3142318/840339
236.17/119.56	c cleaning 0 clauses out of 6420 with flag 0/6420
244.96/123.70	c cleaning 39981 clauses out of 80011 with flag 3290341/881339
262.20/132.35	c cleaning 40981 clauses out of 82030 with flag 3464498/923339
280.49/141.44	c cleaning 42014 clauses out of 84049 with flag 3629424/966339
298.99/150.68	c cleaning 43021 clauses out of 86042 with flag 3790600/1010346
306.64/154.47	c And the winner is solver1
306.64/154.92	c Got one! Elapsed wall clock time (in seconds):154.788
306.64/154.92	o -22
309.00/156.18	c cleaning 35954 clauses out of 71914 with flag 31705/1039239
310.60/156.96	c cleaning 20979 clauses out of 41957 with flag 70020/1045236
312.00/157.69	c cleaning 13951 clauses out of 27981 with flag 113265/1052239
313.40/158.38	c cleaning 10999 clauses out of 22027 with flag 161259/1060236
315.01/159.11	c cleaning 10011 clauses out of 20029 with flag 218632/1069237
316.61/159.93	c cleaning 9972 clauses out of 20018 with flag 279468/1079237
318.41/160.90	c cleaning 10496 clauses out of 21045 with flag 348256/1090236
320.62/161.92	c cleaning 11252 clauses out of 22550 with flag 411181/1102237
322.83/163.08	c cleaning 12126 clauses out of 24297 with flag 473880/1115236
325.43/164.33	c cleaning 13050 clauses out of 26171 with flag 540870/1129236
328.03/165.67	c cleaning 14054 clauses out of 28121 with flag 615934/1144236
331.06/167.17	c cleaning 15034 clauses out of 30069 with flag 691303/1160238
334.26/168.78	c cleaning 16017 clauses out of 32033 with flag 780631/1177236
337.90/170.57	c cleaning 16988 clauses out of 34016 with flag 865218/1195236
341.69/172.41	c cleaning 18006 clauses out of 36029 with flag 955238/1214237
345.93/174.57	c cleaning 19011 clauses out of 38022 with flag 1046161/1234236
350.73/176.99	c cleaning 19979 clauses out of 40011 with flag 1146918/1255236
355.79/179.48	c cleaning 20995 clauses out of 42032 with flag 1252430/1277236
361.21/182.15	c cleaning 22026 clauses out of 44052 with flag 1359859/1300251
367.03/185.04	c cleaning 23004 clauses out of 46014 with flag 1478738/1324239
373.25/188.20	c cleaning 24001 clauses out of 48008 with flag 1600775/1349237
379.68/191.34	c cleaning 24993 clauses out of 50006 with flag 1724672/1375236
386.29/194.69	c cleaning 26007 clauses out of 52013 with flag 1854898/1402236
393.76/198.35	c cleaning 26988 clauses out of 54006 with flag 1993189/1430236
402.06/202.77	c cleaning 28010 clauses out of 56019 with flag 2149465/1459237
410.30/206.83	c cleaning 28971 clauses out of 58008 with flag 2304214/1489236
418.34/210.88	c cleaning 30012 clauses out of 60037 with flag 2453611/1520236
427.58/215.44	c cleaning 30991 clauses out of 62025 with flag 2608338/1552236
437.25/220.28	c cleaning 31974 clauses out of 64034 with flag 2764794/1585236
447.89/225.54	c cleaning 33012 clauses out of 66060 with flag 2918508/1619236
457.90/230.53	c cleaning 34021 clauses out of 68048 with flag 3081841/1654236
468.13/235.66	c cleaning 34993 clauses out of 70027 with flag 3263973/1690236
479.58/241.38	c cleaning 36006 clauses out of 72034 with flag 3443243/1727236
492.46/247.76	c cleaning 36994 clauses out of 74028 with flag 3611437/1765236
506.95/254.98	c cleaning 38009 clauses out of 76034 with flag 3785735/1804236
520.63/261.77	c cleaning 38995 clauses out of 78025 with flag 3990752/1844236
534.09/268.45	c cleaning 39997 clauses out of 80030 with flag 4201716/1885236
547.72/275.25	c cleaning 41011 clauses out of 82036 with flag 4426649/1927239
562.38/282.51	c cleaning 42011 clauses out of 84022 with flag 4641149/1970236
578.42/290.57	c cleaning 42991 clauses out of 86013 with flag 4846730/2014238
596.13/299.34	c cleaning 43988 clauses out of 88020 with flag 5056051/2059236
614.92/309.04	c cleaning 45011 clauses out of 90032 with flag 5277815/2105236
632.24/317.69	c cleaning 46011 clauses out of 92021 with flag 5516929/2152236
636.25/319.68	c And the winner is solver1
636.25/319.73	c Got one! Elapsed wall clock time (in seconds):319.601
636.25/319.73	o -23
637.91/320.54	c cleaning 32203 clauses out of 64478 with flag 25976/2170704
639.11/321.17	c cleaning 19136 clauses out of 38275 with flag 58474/2176704
640.31/321.78	c cleaning 13056 clauses out of 26141 with flag 95329/2183706
641.52/322.39	c cleaning 10503 clauses out of 21083 with flag 137728/2191704
643.11/323.13	c cleaning 9778 clauses out of 19581 with flag 183455/2200705
644.72/323.91	c cleaning 9897 clauses out of 19803 with flag 231875/2210705
646.32/324.77	c cleaning 10443 clauses out of 20905 with flag 285906/2221704
648.34/325.72	c cleaning 11228 clauses out of 22462 with flag 342554/2233704
650.34/326.78	c cleaning 12068 clauses out of 24234 with flag 406988/2246704
652.95/328.00	c cleaning 13081 clauses out of 26166 with flag 473751/2260704
655.55/329.34	c cleaning 14030 clauses out of 28085 with flag 547026/2275704
658.58/330.82	c cleaning 15028 clauses out of 30055 with flag 621726/2291704
661.59/332.37	c cleaning 16000 clauses out of 32027 with flag 700817/2308704
665.41/334.24	c cleaning 16985 clauses out of 34027 with flag 786219/2326704
669.21/336.17	c cleaning 18013 clauses out of 36042 with flag 884426/2345704
673.45/338.29	c cleaning 19016 clauses out of 38032 with flag 993668/2365707
678.05/340.53	c cleaning 20007 clauses out of 40013 with flag 1108481/2386704
682.46/342.79	c cleaning 21001 clauses out of 42006 with flag 1231297/2408704
687.08/345.10	c cleaning 21985 clauses out of 44006 with flag 1355657/2431705
692.88/347.97	c cleaning 22996 clauses out of 46020 with flag 1471680/2455704
698.71/350.83	c cleaning 24002 clauses out of 48024 with flag 1595296/2480704
704.75/353.84	c cleaning 24971 clauses out of 50022 with flag 1726647/2506704
707.82/355.32	c And the winner is solver1
707.82/355.74	c Got one! Elapsed wall clock time (in seconds):355.609
707.82/355.74	o -24
709.15/356.45	c cleaning 22031 clauses out of 44064 with flag 27337/2525717
710.34/357.08	c cleaning 13989 clauses out of 28030 with flag 60689/2531714
711.55/357.65	c cleaning 10492 clauses out of 21041 with flag 96765/2538714
712.74/358.25	c cleaning 9247 clauses out of 18549 with flag 138012/2546714
714.14/358.92	c cleaning 9133 clauses out of 18302 with flag 183810/2555714
715.54/359.70	c cleaning 9559 clauses out of 19169 with flag 235312/2565714
717.37/360.57	c cleaning 10305 clauses out of 20610 with flag 293755/2576714
719.37/361.58	c cleaning 11131 clauses out of 22305 with flag 359628/2588714
721.77/362.72	c cleaning 12065 clauses out of 24174 with flag 431001/2601714
724.17/363.94	c cleaning 13047 clauses out of 26110 with flag 500374/2615715
726.81/365.26	c cleaning 14014 clauses out of 28062 with flag 570790/2630714
729.80/366.74	c cleaning 15021 clauses out of 30049 with flag 645933/2646715
733.20/368.40	c cleaning 16007 clauses out of 32027 with flag 735979/2663714
736.64/370.13	c cleaning 16964 clauses out of 34020 with flag 830955/2681714
740.26/371.95	c cleaning 18023 clauses out of 36056 with flag 930502/2700714
744.45/374.01	c cleaning 19012 clauses out of 38034 with flag 1027014/2720715
748.91/376.21	c cleaning 20003 clauses out of 40021 with flag 1122057/2741714
753.69/378.60	c cleaning 20989 clauses out of 42019 with flag 1236491/2763715
758.71/381.15	c cleaning 22015 clauses out of 44029 with flag 1354995/2786714
764.31/383.92	c cleaning 23007 clauses out of 46014 with flag 1470096/2810714
770.14/386.86	c cleaning 23985 clauses out of 48007 with flag 1590174/2835714
776.15/389.87	c cleaning 25012 clauses out of 50023 with flag 1714249/2861715
782.55/393.09	c cleaning 25998 clauses out of 52010 with flag 1843542/2888714
789.38/396.47	c cleaning 27001 clauses out of 54013 with flag 1986297/2916715
796.02/399.78	c cleaning 27993 clauses out of 56012 with flag 2133558/2945715
803.45/403.48	c cleaning 29002 clauses out of 58019 with flag 2279534/2975715
811.48/407.41	c cleaning 29995 clauses out of 60016 with flag 2433676/3006714
819.55/411.49	c cleaning 30976 clauses out of 62021 with flag 2605807/3038714
828.60/415.96	c cleaning 32010 clauses out of 64045 with flag 2786071/3071714
838.23/420.73	c cleaning 32979 clauses out of 66035 with flag 2960673/3105714
848.27/425.79	c cleaning 34012 clauses out of 68056 with flag 3139104/3140714
859.71/431.41	c cleaning 34986 clauses out of 70045 with flag 3324217/3176715
871.37/437.22	c cleaning 36027 clauses out of 72058 with flag 3515042/3213714
883.01/443.01	c cleaning 36981 clauses out of 74031 with flag 3707771/3251714
895.29/449.16	c cleaning 38015 clauses out of 76051 with flag 3904772/3290715
908.28/455.61	c cleaning 39009 clauses out of 78041 with flag 4094948/3330720
921.71/462.40	c cleaning 39993 clauses out of 80026 with flag 4291949/3371714
935.35/469.18	c cleaning 40995 clauses out of 82036 with flag 4485111/3413717
950.07/476.45	c cleaning 42010 clauses out of 84038 with flag 4685020/3456714
961.31/482.08	c cleaning 0 clauses out of 13068 with flag 0/13068
965.13/483.98	c cleaning 43004 clauses out of 86029 with flag 4886432/3500715
980.98/491.86	c cleaning 43988 clauses out of 88025 with flag 5116418/3545715
997.26/499.99	c cleaning 45016 clauses out of 90036 with flag 5370444/3591714
1015.19/508.86	c cleaning 46010 clauses out of 92020 with flag 5665391/3638714
1033.67/518.43	c cleaning 47000 clauses out of 94010 with flag 5901815/3686714
1051.72/527.41	c cleaning 48003 clauses out of 96010 with flag 6145141/3735714
1069.01/536.07	c cleaning 49004 clauses out of 98007 with flag 6380369/3785714
1083.46/543.25	c cleaning 49997 clauses out of 100003 with flag 6632952/3836714
1098.72/550.89	c cleaning 50982 clauses out of 102006 with flag 6889672/3888714
1115.24/559.02	c cleaning 51985 clauses out of 104024 with flag 7154194/3941714
1135.20/568.97	c cleaning 53000 clauses out of 106039 with flag 7440699/3995714
1154.65/578.64	c cleaning 54007 clauses out of 108041 with flag 7735400/4050716
1174.77/588.63	c cleaning 54979 clauses out of 110032 with flag 8017117/4106714
1198.40/600.48	c cleaning 56020 clauses out of 112054 with flag 8300641/4163715
1222.31/612.39	c cleaning 57003 clauses out of 114034 with flag 8579283/4221715
1247.01/624.63	c cleaning 58014 clauses out of 116030 with flag 8878330/4280714
1272.94/637.50	c cleaning 58967 clauses out of 118016 with flag 9211836/4340714
1297.86/649.95	c cleaning 60024 clauses out of 120050 with flag 9516188/4401715
1325.58/663.70	c cleaning 60999 clauses out of 122025 with flag 9844266/4463714
1350.11/675.94	c cleaning 61987 clauses out of 124026 with flag 10170665/4526714
1371.82/686.70	c cleaning 63020 clauses out of 126039 with flag 10494465/4590714
1397.55/699.53	c cleaning 63982 clauses out of 128019 with flag 10813323/4655714
1426.07/713.70	c cleaning 65019 clauses out of 130037 with flag 11143906/4721714
1456.41/728.85	c cleaning 65977 clauses out of 132018 with flag 11491507/4788714
1485.91/743.57	c cleaning 67002 clauses out of 134042 with flag 11820959/4856715
1517.93/759.49	c cleaning 67998 clauses out of 136039 with flag 12158486/4925714
1554.54/778.24	c cleaning 68997 clauses out of 138041 with flag 12486032/4995714
1590.24/796.00	c cleaning 70010 clauses out of 140044 with flag 12841020/5066714
1624.82/813.29	c cleaning 71014 clauses out of 142034 with flag 13182245/5138714
1660.61/831.00	c cleaning 72001 clauses out of 144020 with flag 13518130/5211714
1700.21/850.76	c cleaning 72999 clauses out of 146019 with flag 13877549/5285714
1742.23/871.60	c cleaning 74005 clauses out of 148022 with flag 14245375/5360716
1780.75/890.80	c cleaning 75006 clauses out of 150015 with flag 14623541/5436714
1800.08/900.40	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.40	c starts		: 93910
1800.08/900.40	c conflicts		: 5481708
1800.08/900.40	c decisions		: 47479702
1800.08/900.40	c propagations		: 318183576
1800.08/900.40	c inspects		: 8901418127
1800.08/900.40	c shortcuts		: 0
1800.08/900.40	c learnt literals	: 0
1800.08/900.40	c learnt binary clauses	: 2
1800.08/900.40	c learnt ternary clauses	: 5072
1800.08/900.40	c learnt constraints	: 5481708
1800.08/900.40	c ignored constraints	: 0
1800.08/900.40	c root simplifications	: 0
1800.08/900.40	c removed literals (reason simplification)	: 401701539
1800.08/900.40	c reason swapping (by a shorter reason)	: 0
1800.08/900.40	c Calls to reduceDB	: 182
1800.08/900.40	c Number of update (reduction) of LBD	: 2991838
1800.08/900.40	c Imported unit clauses	: 0
1800.08/900.40	c number of reductions to clauses (during analyze)	: 0
1800.08/900.40	c number of learned constraints concerned by reduction	: 0
1800.08/900.40	c number of learning phase by resolution	: 0
1800.08/900.40	c number of learning phase by cutting planes	: 0
1800.08/900.40	c speed (assignments/second)	: 584182.1596761312
1800.08/900.40	c non guided choices	0
1800.08/900.43	c learnt constraints type 
1800.08/900.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.08/900.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120001
1800.08/900.43	c >>>>>>>>>> Solver number 1 (9 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.43	c starts		: 55
1800.08/900.43	c conflicts		: 17974
1800.08/900.43	c decisions		: 77967
1800.08/900.43	c propagations		: 1256563
1800.08/900.43	c inspects		: 974709875
1800.08/900.43	c shortcuts		: 0
1800.08/900.43	c learnt literals	: 0
1800.08/900.43	c learnt binary clauses	: 0
1800.08/900.43	c learnt ternary clauses	: 0
1800.08/900.43	c learnt constraints	: 17974
1800.08/900.43	c ignored constraints	: 0
1800.08/900.43	c root simplifications	: 0
1800.08/900.43	c removed literals (reason simplification)	: 0
1800.08/900.43	c reason swapping (by a shorter reason)	: 0
1800.08/900.43	c Calls to reduceDB	: 2
1800.08/900.43	c Number of update (reduction) of LBD	: 0
1800.08/900.43	c Imported unit clauses	: 0
1800.08/900.43	c number of reductions to clauses (during analyze)	: 0
1800.08/900.43	c number of learned constraints concerned by reduction	: 0
1800.08/900.43	c number of learning phase by resolution	: 0
1800.08/900.43	c number of learning phase by cutting planes	: 0
1800.08/900.43	c speed (assignments/second)	: 1400.7241263609417
1800.08/900.43	c non guided choices	0
1800.08/900.44	c learnt constraints type 
1800.08/900.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/900.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17973
1800.08/900.44	s SATISFIABLE
1800.08/900.44	c Found 11 solution(s)
1800.08/900.44	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 
1800.08/900.44	c objective function=-24
1800.08/900.44	c Total wall clock time (in seconds): 900.309

Verifier Data

OK	-24

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-4081717-1465257397/watcher-4081717-1465257397 -o /tmp/evaluation-result-4081717-1465257397/solver-4081717-1465257397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081717-1465257397.opb 

pid=9396
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.00 4.00 3.70 5/197 9399
/proc/meminfo: memFree=27672280/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9399/stat : 9399 (java) R 9396 9399 8839 0 -1 4202496 485 0 0 0 0 0 0 0 20 0 1 0 107674378 9515008 140 33554432000 1073741824 1073778376 140734278342816 140734278339944 224922186420 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2323 147 107 9 0 71 0

[startup+0.100068 s]
/proc/loadavg: 4.00 4.00 3.70 5/197 9399
/proc/meminfo: memFree=27672280/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 4364 0 1 0 8 1 0 0 20 0 18 0 107674378 9787879424 5494 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2389619 5494 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 4.00 4.00 3.70 5/197 9399
/proc/meminfo: memFree=27672280/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 4525 0 1 0 20 1 0 0 20 0 18 0 107674378 9787879424 7188 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2389619 7188 2182 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.00 4.00 3.70 5/197 9399
/proc/meminfo: memFree=27672280/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 5724 0 1 0 43 1 0 0 20 0 18 0 107674378 9787879424 9121 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2389619 9121 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 4.00 4.00 3.70 5/197 9399
/proc/meminfo: memFree=27672280/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 12114 0 1 0 116 4 0 0 20 0 19 0 107674378 10060525568 14474 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 14474 2262 9 0 2446860 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.00 4.00 3.70 3/216 9424
/proc/meminfo: memFree=27612160/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 12140 0 1 0 129 9 0 0 20 0 19 0 107674378 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 18573 2265 9 0 2446860 0
[pid=9399/tid=9401] ppid=9396 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9399/task/9401/stat : 9401 (java) S 9396 9399 8839 0 -1 4202560 2431 0 1 0 30 1 0 0 20 0 19 0 107674379 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893290333048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9402] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9402/stat : 9402 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893262784680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9403] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9403/stat : 9403 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893261732136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9404] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9404/stat : 9404 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893260679592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9405] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9405/stat : 9405 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893130439208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9406] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9406/stat : 9406 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893129386664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9407] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9407/stat : 9407 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893128334120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9408] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9408/stat : 9408 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893127281576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107674381 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107674382 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107674382 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 3191 0 0 0 32 0 0 0 20 0 19 0 107674385 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 5164 0 0 0 33 0 0 0 20 0 19 0 107674385 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9420] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9420/stat : 9420 (java) S 9396 9399 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107674413 10060525568 18573 33554432000 1073741824 1073778376 140734278342816 139892633187368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 3.84 3.97 3.69 3/216 9430
/proc/meminfo: memFree=27601316/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 15369 0 1 0 170 15 0 0 20 0 19 0 107674378 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 24385 2265 9 0 2446860 0
[pid=9399/tid=9401] ppid=9396 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9399/task/9401/stat : 9401 (java) S 9396 9399 8839 0 -1 4202560 2432 0 1 0 30 1 0 0 20 0 19 0 107674379 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893290333048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9402] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9402/stat : 9402 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893262784680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9403] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9403/stat : 9403 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893261732136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9404] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9404/stat : 9404 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893260679592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9405] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9405/stat : 9405 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893130439208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9406] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9406/stat : 9406 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893129386664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9407] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9407/stat : 9407 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893128334120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9408] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9408/stat : 9408 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893127281576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107674380 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107674381 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107674382 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107674382 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 3191 0 0 0 39 0 0 0 20 0 19 0 107674385 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 8359 0 0 0 59 0 0 0 20 0 19 0 107674385 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107674385 10060525568 24385 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30095 s]
/proc/loadavg: 3.84 3.97 3.69 5/219 9442
/proc/meminfo: memFree=27332808/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=9.26 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 26557 0 1 0 897 29 0 0 20 0 22 0 107674378 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 92560 2293 9 0 2446860 0
[pid=9399/tid=9401] ppid=9396 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9399/task/9401/stat : 9401 (java) S 9396 9399 8839 0 -1 4202560 2433 0 1 0 30 1 0 0 20 0 22 0 107674379 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893290333048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9402] ppid=9396 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9399/task/9402/stat : 9402 (java) S 9396 9399 8839 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893262784680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9403] ppid=9396 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9399/task/9403/stat : 9403 (java) S 9396 9399 8839 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893261732136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9404] ppid=9396 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9399/task/9404/stat : 9404 (java) S 9396 9399 8839 0 -1 4202560 63 0 0 0 3 1 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893260679592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9405] ppid=9396 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9399/task/9405/stat : 9405 (java) S 9396 9399 8839 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893130439208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9406] ppid=9396 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9399/task/9406/stat : 9406 (java) S 9396 9399 8839 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893129386664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9407] ppid=9396 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9399/task/9407/stat : 9407 (java) S 9396 9399 8839 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893128334120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9408] ppid=9396 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9399/task/9408/stat : 9408 (java) S 9396 9399 8839 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893127281576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 107674380 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 107674381 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 10024 0 0 0 103 3 0 0 20 0 22 0 107674385 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 12110 0 0 0 138 2 0 0 20 0 22 0 107674385 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9439] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9439/stat : 9439 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107674713 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892633187752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9440] ppid=9396 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9399/task/9440/stat : 9440 (java) R 9396 9399 8839 0 -1 4202560 4 0 0 0 137 0 0 0 20 0 22 0 107674863 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892632132600 139893142039884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9441] ppid=9396 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/9399/task/9441/stat : 9441 (java) R 9396 9399 8839 0 -1 4202560 54 0 0 0 134 1 0 0 20 0 22 0 107674863 10060525568 92560 33554432000 1073741824 1073778376 140734278342816 139892635292160 139893142083593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 488 0 0 0 197 9 0 0 20 0 22 0 107674380 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 1656 0 0 0 315 11 0 0 20 0 22 0 107674381 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 12823 0 0 0 162 3 0 0 20 0 22 0 107674385 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 12115 0 0 0 153 2 0 0 20 0 22 0 107674385 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 47 0 0 0 18 17 0 0 20 0 22 0 107674385 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9439] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9439/stat : 9439 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107674713 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892633187752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9568] ppid=9396 vsize=9824732 CPUtime=460.63 cores=0,2,4,6
/proc/9399/task/9568/stat : 9568 (java) R 9396 9399 8839 0 -1 4202560 23 0 0 0 46056 7 0 0 20 0 22 0 107709952 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892632133056 139893142039811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9569] ppid=9396 vsize=9824732 CPUtime=460.67 cores=0,2,4,6
/proc/9399/task/9569/stat : 9569 (java) R 9396 9399 8839 0 -1 4202560 65 0 0 0 46060 7 0 0 20 0 22 0 107709952 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892635290016 139893142158655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9570] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9570/stat : 9570 (java) S 9396 9399 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107709952 10060525568 549269 33554432000 1073741824 1073778376 140734278342816 139892634240296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1641.83
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.34 4.09 3.88 5/220 9786
/proc/meminfo: memFree=26432540/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=1762.4 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 35908 0 1 0 176069 171 0 0 20 0 22 0 107674378 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 534032 2301 9 0 2446860 0
[pid=9399/tid=9401] ppid=9396 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9399/task/9401/stat : 9401 (java) S 9396 9399 8839 0 -1 4202560 2442 0 1 0 33 4 0 0 20 0 22 0 107674379 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893290333048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9402] ppid=9396 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/9399/task/9402/stat : 9402 (java) S 9396 9399 8839 0 -1 4202560 407 0 0 0 213 9 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893262784680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9403] ppid=9396 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9399/task/9403/stat : 9403 (java) S 9396 9399 8839 0 -1 4202560 547 0 0 0 240 11 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893261732136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9404] ppid=9396 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9399/task/9404/stat : 9404 (java) S 9396 9399 8839 0 -1 4202560 455 0 0 0 229 10 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893260679592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9405] ppid=9396 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9399/task/9405/stat : 9405 (java) S 9396 9399 8839 0 -1 4202560 439 0 0 0 227 8 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893130439208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9406] ppid=9396 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/9399/task/9406/stat : 9406 (java) S 9396 9399 8839 0 -1 4202560 388 0 0 0 207 9 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893129386664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9407] ppid=9396 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/9399/task/9407/stat : 9407 (java) S 9396 9399 8839 0 -1 4202560 471 0 0 0 233 10 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893128334120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9408] ppid=9396 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9399/task/9408/stat : 9408 (java) S 9396 9399 8839 0 -1 4202560 441 0 0 0 228 8 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893127281576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 493 0 0 0 213 9 0 0 20 0 22 0 107674380 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 1660 0 0 0 315 12 0 0 20 0 22 0 107674381 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 12824 0 0 0 162 3 0 0 20 0 22 0 107674385 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 12115 0 0 0 153 2 0 0 20 0 22 0 107674385 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 51 0 0 0 19 19 0 0 20 0 22 0 107674385 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9439] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9439/stat : 9439 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107674713 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892633187752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9568] ppid=9396 vsize=9824732 CPUtime=520.11 cores=0,2,4,6
/proc/9399/task/9568/stat : 9568 (java) R 9396 9399 8839 0 -1 4202560 26 0 0 0 52004 7 0 0 20 0 22 0 107709952 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892632133056 139893142136411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9569] ppid=9396 vsize=9824732 CPUtime=520.15 cores=0,2,4,6
/proc/9399/task/9569/stat : 9569 (java) R 9396 9399 8839 0 -1 4202560 73 0 0 0 52008 7 0 0 20 0 22 0 107709952 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892635292336 139893141833133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9570] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9570/stat : 9570 (java) S 9396 9399 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107709952 10060525568 534032 33554432000 1073741824 1073778376 140734278342816 139892634240296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 4.26 4.08 3.88 5/220 9786
/proc/meminfo: memFree=26457236/32872528 swapFree=11372/178980
[pid=9399] ppid=9396 vsize=9824732 CPUtime=1798.79 cores=0,2,4,6
/proc/9399/stat : 9399 (java) S 9396 9399 8839 0 -1 4202496 35912 0 1 0 179707 172 0 0 20 0 22 0 107674378 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 140734278333952 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9399/statm: 2456183 529223 2301 9 0 2446860 0
[pid=9399/tid=9401] ppid=9396 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9399/task/9401/stat : 9401 (java) S 9396 9399 8839 0 -1 4202560 2442 0 1 0 33 4 0 0 20 0 22 0 107674379 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893290333048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9402] ppid=9396 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/9399/task/9402/stat : 9402 (java) S 9396 9399 8839 0 -1 4202560 407 0 0 0 220 9 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893262784680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9403] ppid=9396 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/9399/task/9403/stat : 9403 (java) S 9396 9399 8839 0 -1 4202560 547 0 0 0 244 11 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893261732136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9404] ppid=9396 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9399/task/9404/stat : 9404 (java) S 9396 9399 8839 0 -1 4202560 455 0 0 0 237 10 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893260679592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9405] ppid=9396 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9399/task/9405/stat : 9405 (java) S 9396 9399 8839 0 -1 4202560 439 0 0 0 230 8 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893130439208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9406] ppid=9396 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/9399/task/9406/stat : 9406 (java) S 9396 9399 8839 0 -1 4202560 388 0 0 0 214 9 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893129386664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9407] ppid=9396 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9399/task/9407/stat : 9407 (java) S 9396 9399 8839 0 -1 4202560 471 0 0 0 238 10 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893128334120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9408] ppid=9396 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/9399/task/9408/stat : 9408 (java) S 9396 9399 8839 0 -1 4202560 441 0 0 0 233 8 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893127281576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9399/tid=9409] ppid=9396 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/9399/task/9409/stat : 9409 (java) S 9396 9399 8839 0 -1 4202560 493 0 0 0 217 9 0 0 20 0 22 0 107674380 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139893126229032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9410] ppid=9396 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/9399/task/9410/stat : 9410 (java) S 9396 9399 8839 0 -1 4202560 1660 0 0 0 315 12 0 0 20 0 22 0 107674381 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892643715176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9411] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9411/stat : 9411 (java) S 9396 9399 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892642661496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9412] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9412/stat : 9412 (java) S 9396 9399 8839 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107674382 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892641608840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9413] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9413/stat : 9413 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892640557584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9414] ppid=9396 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/9399/task/9414/stat : 9414 (java) S 9396 9399 8839 0 -1 4202560 12825 0 0 0 163 3 0 0 20 0 22 0 107674385 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892639504952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9399/tid=9415] ppid=9396 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/9399/task/9415/stat : 9415 (java) S 9396 9399 8839 0 -1 4202560 12115 0 0 0 153 2 0 0 20 0 22 0 107674385 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892638452408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9416] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9416/stat : 9416 (java) S 9396 9399 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107674385 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892637400056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9417] ppid=9396 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9399/task/9417/stat : 9417 (java) S 9396 9399 8839 0 -1 4202560 51 0 0 0 19 19 0 0 20 0 22 0 107674385 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892636347720 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9439] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9439/stat : 9439 (java) S 9396 9399 8839 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107674713 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892633187752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9568] ppid=9396 vsize=9824732 CPUtime=538.05 cores=0,2,4,6
/proc/9399/task/9568/stat : 9568 (java) R 9396 9399 8839 0 -1 4202560 28 0 0 0 53797 8 0 0 20 0 22 0 107709952 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892632133056 139893141993287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9399/tid=9569] ppid=9396 vsize=9824732 CPUtime=538.08 cores=0,2,4,6
/proc/9399/task/9569/stat : 9569 (java) R 9396 9399 8839 0 -1 4202560 74 0 0 0 53800 8 0 0 20 0 22 0 107709952 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892635291688 139893142084060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9399/tid=9570] ppid=9396 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9399/task/9570/stat : 9570 (java) S 9396 9399 8839 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107709952 10060525568 529223 33554432000 1073741824 1073778376 140734278342816 139892634240296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.79
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 9399 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9399 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=439203
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=123677
# CPU time returned by wait4() is 1796.56
# while last known CPU time is 1798.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 1.29004
#  lost CPU user time (s): 1.41998
#  lost CPU system time (s): -0.13

Real time (s): 900.452
CPU time (s): 1800.08
CPU user time (s): 1798.49
CPU system time (s): 1.59
CPU usage (%): 199.908
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 2.12368
maximum resident set size= 2951664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35947
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27181
involuntary context switches= 36888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71328 second user time and 8.41372 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 01:56:37
IDJOB=4081717
IDBENCH=48245
IDSOLVER=2543
FILE ID=node105/4081717-1465257397
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081717-1465257397/watcher-4081717-1465257397 -o /tmp/evaluation-result-4081717-1465257397/solver-4081717-1465257397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081717-1465257397.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=1592893550

node105.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.813
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.62
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.813
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.813
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.55
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.813
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.813
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.55
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.813
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.56
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.813
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.813
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:        27672544 kB
Buffers:           67624 kB
Cached:           131184 kB
SwapCached:         1752 kB
Active:          4190220 kB
Inactive:         118428 kB
Active(anon):    4110752 kB
Inactive(anon):     1504 kB
Active(file):      79468 kB
Inactive(file):   116924 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       4290540 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             570092 kB
SReclaimable:      13528 kB
SUnreclaim:       556564 kB
KernelStack:        1600 kB
PageTables:        12360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4685800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4179968 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= 71748 MiB
End job on node105 at 2016-06-07 02:11:38