Trace number 4078745

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
toysat 2016-05-02UNSAT 20.3329 20.3409

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl.opb
MD5SUM03090e2b7426cc03a4be73b62ee3d658
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.864868
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4622
Total number of constraints12569
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T16:01:34+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4078745-1465221694.opb"]
0.00/0.01	c use --random-gen="418983942 2955197912 2534326867 3897475731 4247924045 901405124 1949164248 3230464053 1620004325 1532747673 3730839625 1711987631 3815381498 1125114044 4162154208 597773447 264754932 2397684604 855625401 3882285691 57617048 1483967944 1117854314 4249621181 4140428906 439051303 2818025508 1178147656 3013249877 4037802559 962963240 920755559 3641353535 2872550517 1568569607 1689679478 3299641487 2960300167 108583124 2227587607 3313691105 2858834859 1187665785 2160687858 1474397846 1184388956 3467181493 2169469612 1261992017 2334683934 504863162 2814129576 2534616500 1972254580 2215882665 2038850929 1870730071 1966823345 2912795871 3937177519 2182293927 3443774792 1330086812 1151796025 572361931 3495744411 882254353 979541027 3759779989 3927204429 2576469068 1195844742 2159458535 2678752451 286268480 2901636679 3151746152 2494575816 2134220397 304168043 120302498 1878473922 3783192522 1324277743 1273017831 532184416 234174557 3581188818 1199916858 4154586054 3095937826 2795867314 3837504437 661840215 379403849 375108468 201140806 1458147591 670344214 4264077371 4283069948 1608410083 2437163263 1136849634 1129688366 3715182274 1994075424 1079409442 4088983350 1397711772 2461367347 2143353819 1791603237 49198192 943512234 1091395509 1385652029 3111978791 4243368922 603608916 1516358838 1273615314 2449203602 72688060 421692654 3836281262 563466399 2872183370 3055080797 1583515737 1293253579 992821617 973682372 496873604 3870787077 207448116 1387922564 3831795830 1612698906 2406224088 671713036 3151047615 1513908493 313181378 2759613901 858005384 2151365965 4016152004 223453169 1972415124 2501178113 4099192725 1890978822 164640590 2287704717 3515463477 1758295110 3446158533 4014788041 2236997426 665026590 1214650911 3645117789 4101996388 1692617339 911543400 854740166 3437797458 2443679498 2648194035 1522188817 1502750799 3011151654 2461452040 1563668343 870797701 57485355 2334529788 966998773 3509904157 4098291051 3381157529 1429210376 538140231 2471770267 388712118 366028894 2280353316 3002719602 646976093 2243112589 3729039100 355949781 2813380656 1484369565 531807642 503081885 74563901 2026349158 2598618353 2883135146 2777177335 1501478151 519848940 2220974220 898037653 1224285040 2454763247 3420245091 3914631322 1181553945 3259859202 552087639 2311170820 717374303 3505696538 1263011627 4106732987 1487807467 3912948875 4133782227 2371179910 1037378227 900372671 1736023090 1900246247 909149160 1051247388 3095227545 2251150820 371472953 452395126 3335366875 3954265141 534526677 2352011517 1359902087 1612530487 3237567293 3656242842 783051481 2350326147 2921582686 1733087130 1218668376 1836358437 1772195763 833740412 2677922327 3941643285 2559387425 2802855469 3900809550 3653578843 685262030 1821508586 255 362436" option to reproduce the execution
0.09/0.11	c #vars 4622
0.09/0.11	c #constraints 12569
0.09/0.39	c Solving starts ...
0.09/0.39	c ============================[ Search Statistics ]============================
0.09/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.39	c =============================================================================
0.09/0.39	c  0.0s |       0 |        0 |        0 |     5730      0 |       27 |        0
0.09/0.39	c  0.1s |       1 |      543 |      100 |     5730      0 |       27 |       67
0.09/0.48	c  0.2s |       2 |     1293 |      250 |     6304      0 |       27 |       67
0.68/0.70	c  0.4s |       3 |     2108 |      475 |     6935      0 |       27 |       67
0.89/0.97	c  0.7s |       4 |     3035 |      813 |     7629      0 |       27 |       67
1.40/1.43	c  1.2s |       5 |     4349 |     1320 |     8392      0 |       27 |       67
1.99/2.07	c  1.8s |       6 |     6578 |     2081 |    10156      0 |       27 |       67
2.99/3.01	c  2.8s |       7 |     9391 |     3223 |    11172      0 |       27 |       67
4.49/4.54	c  4.3s |       8 |    13785 |     4936 |    12290      0 |       27 |       67
6.59/6.62	c  6.4s |       8 |    20523 |     7336 |    12290      0 |       27 |       67
6.69/6.79	c  6.5s |       9 |    21013 |     7506 |    13520      0 |       27 |       67
8.79/8.80	c  8.5s |       9 |    26366 |     9706 |    13520      0 |       27 |       67
10.20/10.26	c 10.0s |      10 |    30009 |    11361 |    14873      0 |       27 |       67
12.29/12.30	c 12.0s |      10 |    35786 |    13461 |    14873      0 |       28 |       67
14.29/14.36	c 14.1s |      10 |    42250 |    16161 |    14873      0 |      246 |      869
15.09/15.12	c 14.9s |      11 |    44548 |    17144 |    16361      0 |      246 |      869
17.09/17.14	c 16.9s |      11 |    50647 |    19544 |    16361      0 |      246 |      869
19.19/19.21	c 18.9s |      11 |    56390 |    21844 |    16361      0 |      248 |      869
20.20/20.27	c 20.0s |      11 |    58889 |    22910 |    16361      0 |      892 |     1692
20.20/20.27	c #cpu_time = 19.959s
20.20/20.27	c #wall_clock_time = 20.011s
20.20/20.27	c #decision = 58889
20.20/20.27	c #random_decision = 119
20.20/20.27	c #conflict = 22910
20.20/20.27	c #restart = 11
20.20/20.27	s UNSATISFIABLE
20.20/20.27	c total CPU time = 20.222s
20.20/20.27	c total wall clock time = 20.274s

Verifier Data

ERROR: no interpretation found !

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-4078745-1465221694/watcher-4078745-1465221694 -o /tmp/evaluation-result-4078745-1465221694/solver-4078745-1465221694 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13091 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078745-1465221694.opb 

pid=14270
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: 2.27 2.28 2.27 4/180 14273
/proc/meminfo: memFree=29408440/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=746052 CPUtime=0 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 2788 0 0 0 0 0 0 0 20 0 4 0 104101724 763957248 3150 33554432000 4194304 16246674 140737373126768 140737373126192 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 187281 3159 442 2943 0 184175 0
[pid=14273/tid=14274] ppid=14270 vsize=763460 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 781783040 3218 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=768580 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 787025920 3235 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=772676 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104101725 791220224 3254 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.27 2.28 2.27 4/180 14273
/proc/meminfo: memFree=29408440/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 25771 0 0 0 5 4 0 0 20 0 4 0 104101724 1250496512 26070 33554432000 4194304 16246674 140737373126768 140737373126080 4220936 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 305297 26070 800 2943 0 302191 0
[pid=14273/tid=14274] ppid=14270 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1250496512 26070 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1250496512 26070 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1250496512 26070 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.515987 s]
/proc/loadavg: 2.27 2.28 2.27 4/180 14273
/proc/meminfo: memFree=29408440/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1302084 CPUtime=0.5 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 76853 0 0 0 39 11 0 0 20 0 4 0 104101724 1333334016 77152 33554432000 4194304 16246674 140737373126768 140737373109768 13954410 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 325521 77160 881 2943 0 322415 0
[pid=14273/tid=14274] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 77162 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 77166 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 77170 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 1302084

[startup+0.600489 s]
/proc/loadavg: 2.27 2.28 2.27 4/180 14273
/proc/meminfo: memFree=29408440/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1302084 CPUtime=0.59 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 88338 0 0 0 47 12 0 0 20 0 4 0 104101724 1333334016 88637 33554432000 4194304 16246674 140737373126768 140737373109768 5677277 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 325521 88643 881 2943 0 322415 0
[pid=14273/tid=14274] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 88648 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 88653 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 88659 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1302084

[startup+0.700463 s]
/proc/loadavg: 2.27 2.28 2.27 4/180 14273
/proc/meminfo: memFree=29408440/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1302084 CPUtime=0.68 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 103760 0 0 0 54 14 0 0 20 0 4 0 104101724 1333334016 104060 33554432000 4194304 16246674 140737373126768 140737373109768 5721708 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 325521 104072 881 2943 0 322415 0
[pid=14273/tid=14274] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 104080 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 104087 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 104095 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1302084

[startup+1.50767 s]
/proc/loadavg: 2.25 2.28 2.27 3/184 14277
/proc/meminfo: memFree=28551140/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1302084 CPUtime=1.49 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 231434 0 0 0 118 31 0 0 20 0 4 0 104101724 1333334016 231733 33554432000 4194304 16246674 140737373126768 140737373108672 5545885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 325521 231737 883 2943 0 322415 0
[pid=14273/tid=14274] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 231742 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 231746 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1333334016 231752 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1302084

[startup+3.10041 s]
/proc/loadavg: 2.25 2.28 2.27 3/184 14277
/proc/meminfo: memFree=28331908/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1312324 CPUtime=3.09 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 269266 0 0 0 272 37 0 0 20 0 4 0 104101724 1343819776 269565 33554432000 4194304 16246674 140737373126768 140737373108672 6021328 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 328081 269565 890 2943 0 324975 0
[pid=14273/tid=14274] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269565 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269565 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269565 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1312324

[startup+6.30041 s]
/proc/loadavg: 2.25 2.28 2.27 3/184 14277
/proc/meminfo: memFree=28331180/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1312324 CPUtime=6.29 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 269267 0 0 0 592 37 0 0 20 0 4 0 104101724 1343819776 269566 33554432000 4194304 16246674 140737373126768 140737373108672 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 328081 269566 890 2943 0 324975 0
[pid=14273/tid=14274] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269566 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269566 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1343819776 269566 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1312324

[startup+12.7004 s]
/proc/loadavg: 2.21 2.27 2.26 3/184 14277
/proc/meminfo: memFree=28330620/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1318468 CPUtime=12.69 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270772 0 0 0 1232 37 0 0 20 0 4 0 104101724 1350111232 271071 33554432000 4194304 16246674 140737373126768 140737373108672 5600275 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329617 271071 892 2943 0 326511 0
[pid=14273/tid=14274] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1318468

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

[startup+13.1004 s]
/proc/loadavg: 2.21 2.27 2.26 3/184 14277
/proc/meminfo: memFree=28330620/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1318468 CPUtime=13.09 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270772 0 0 0 1272 37 0 0 20 0 4 0 104101724 1350111232 271071 33554432000 4194304 16246674 140737373126768 140737373108672 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329617 271071 892 2943 0 326511 0
[pid=14273/tid=14274] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1350111232 271071 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1318468

[startup+16.3004 s]
/proc/loadavg: 2.21 2.27 2.26 3/184 14277
/proc/meminfo: memFree=28324532/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1319492 CPUtime=16.29 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270817 0 0 0 1592 37 0 0 20 0 4 0 104101724 1351159808 271116 33554432000 4194304 16246674 140737373126768 140737373108672 13759540 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329873 271116 892 2943 0 326767 0
[pid=14273/tid=14274] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 1319492

[startup+17.9004 s]
/proc/loadavg: 2.19 2.26 2.26 3/184 14277
/proc/meminfo: memFree=28324780/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1319492 CPUtime=17.9 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270817 0 0 0 1753 37 0 0 20 0 4 0 104101724 1351159808 271116 33554432000 4194304 16246674 140737373126768 140737373108672 12478268 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329873 271116 892 2943 0 326767 0
[pid=14273/tid=14274] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.9
Current children cumulated vsize (KiB) 1319492

[startup+19.5004 s]
/proc/loadavg: 2.19 2.26 2.26 3/184 14277
/proc/meminfo: memFree=28324780/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1319492 CPUtime=19.49 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270817 0 0 0 1912 37 0 0 20 0 4 0 104101724 1351159808 271116 33554432000 4194304 16246674 140737373126768 140737373108672 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329873 271116 892 2943 0 326767 0
[pid=14273/tid=14274] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.49
Current children cumulated vsize (KiB) 1319492

[startup+19.9004 s]
/proc/loadavg: 2.19 2.26 2.26 3/184 14277
/proc/meminfo: memFree=28324780/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=1319492 CPUtime=19.89 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) R 14270 14273 13075 0 -1 4202496 270817 0 0 0 1952 37 0 0 20 0 4 0 104101724 1351159808 271116 33554432000 4194304 16246674 140737373126768 140737373108672 5600232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 329873 271116 892 2943 0 326767 0
[pid=14273/tid=14274] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) S 14270 14273 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835153034480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14273/tid=14275] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14275/stat : 14275 (toysat) S 14270 14273 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835142544624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14273/tid=14276] ppid=14270 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/14273/task/14276/stat : 14276 (toysat) S 14270 14273 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104101725 1351159808 271116 33554432000 4194304 16246674 140737373126768 139835132071088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 1319492

[startup+20.3003 s]
/proc/loadavg: 2.19 2.26 2.26 3/184 14277
/proc/meminfo: memFree=28324904/32872528 swapFree=16636/1570076
[pid=14273] ppid=14270 vsize=0 CPUtime=20.29 cores=0,2,4,6
/proc/14273/stat : 14273 (toysat) Z 14270 14273 13075 0 -1 4202508 270821 0 0 0 1990 39 0 0 20 0 2 0 104101724 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14273/statm: 0 0 0 0 0 0 0
[pid=14273/tid=14274] ppid=14270 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/14273/task/14274/stat : 14274 (toysat) R 14270 14273 13075 0 -1 4203588 10 0 0 0 0 1 0 0 20 0 2 0 104101725 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.3409
CPU time (s): 20.3329
CPU user time (s): 19.901
CPU system time (s): 0.431934
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 1319492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.901
system time used= 0.431934
maximum resident set size= 1084476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.132979 second user time and 0.189971 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-06 16:01:34
IDJOB=4078745
IDBENCH=1467
IDSOLVER=2542
FILE ID=node140/4078745-1465221694
RUNJOBID= node140-1465216678-13091
PBS_JOBID= 19843199
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.accl.ucl.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078745-1465221694/watcher-4078745-1465221694 -o /tmp/evaluation-result-4078745-1465221694/solver-4078745-1465221694 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13091 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078745-1465221694.opb

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

MD5SUM BENCH= 03090e2b7426cc03a4be73b62ee3d658
RANDOM SEED=1637552508

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29408720 kB
Buffers:           10204 kB
Cached:            73088 kB
SwapCached:         1736 kB
Active:          1164680 kB
Inactive:          26372 kB
Active(anon):    1107484 kB
Inactive(anon):     2644 kB
Active(file):      57196 kB
Inactive(file):    23728 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67097924 kB
Dirty:             16936 kB
Writeback:             0 kB
AnonPages:       2681340 kB
Mapped:            10320 kB
Shmem:                 0 kB
Slab:             566864 kB
SReclaimable:      10896 kB
SUnreclaim:       555968 kB
KernelStack:        1528 kB
PageTables:         9668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2822252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2387968 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= 71708 MiB
End job on node140 at 2016-06-06 16:01:54