Trace number 4097667

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 14.9667 14.9729

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_16.opb
MD5SUM527b0bd177c48cab43e3d4ec5b6d9643
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.594909
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints2337
Number of constraints which are clauses2332
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 38
Number of bits of the biggest sum of numbers6
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-17T01:05:14+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-4097667-1466118314.opb"]
0.00/0.01	c use --random-gen="3600876004 1403683972 986486639 1203138063 2130585454 784690922 4118228597 408547430 3429095010 148074016 3520340962 3172240894 3399224834 65598035 2417859847 2421041477 1225390574 2024390065 592389636 1998288777 3879350180 2507903474 1121671006 101477707 197745668 3639316431 3034431545 2159896590 681012211 2342375288 2418002084 1816564550 2248196639 447519424 1580731901 3896947949 703362402 2147781482 267437273 843970512 2075058893 3669423053 4115650190 944340039 988090273 3970625534 2390859250 3991976990 2923494470 1061669004 1353778124 2845639897 763460734 3824908299 3931710761 3226507754 3549515248 2276582466 3111944053 1631690711 4276068271 3109144230 16163734 1100685218 1599452873 3348931835 2497501425 2644851986 3359024119 1533170766 3027625190 3182455717 2474609544 2240618582 3595829080 2027383150 766578683 1732935753 3262565637 4209874118 91995447 3845201058 897989896 2048919475 380410404 1183556716 525229417 320439432 3418172492 2547490235 1442041908 3446742829 1190459706 348442088 4141472250 7764808 4288489829 1781249782 3846400689 3077364354 3344052591 823144886 33692438 3807260894 1411513988 543553062 4182085629 1371540676 784068965 413206681 2830328777 2921884494 884674961 790037494 2594655332 941790975 2572471189 4243612006 1457332993 1422182968 1880771915 879440965 1811251481 4273937981 1561124260 3646142552 734161458 2313660809 3751161864 3630647167 3866329670 545789793 1086804093 535731833 4200419191 1685530399 1046696604 2682075510 4184553854 4181667134 246198207 4222030211 3999348134 1528156038 1024674929 629926928 2464922654 3429983766 3031390160 1231639047 3082853599 3385027627 1435156588 1425557494 1447378604 3535119603 4095930283 2809315549 3938001958 2190627809 2094702720 1037431568 3296138028 2903873945 1518895754 2082287836 1792316633 3145037879 3765120007 1866100951 1397010317 844412102 3808393143 612133804 2086491129 989804847 3173079966 3363728669 2112315806 2099261023 137958082 1742348686 1069617498 947906373 2938739313 1200263814 3431878117 1429037678 1680835620 886716556 503102193 3218433163 608218957 1750960482 1830151888 2454897641 413594462 1628672799 3199873863 2473078874 3920858472 2186807633 3585921757 3880203796 1212485440 2933032846 838329232 108748066 3548680940 3971626954 3603244382 3010076504 4027779246 869693137 1529940578 2232961453 3933495604 2744322372 4067567699 2718595243 3028739547 302922503 3406928837 1224170834 2365154930 332182015 2242515613 3250044631 1776087513 1874208825 4050158388 3633804297 2529092076 663524955 730423058 19387363 3054438964 1144362659 4199097532 1183295089 3036067687 4266379241 1749623523 3814272467 2130339142 3600574310 2760287472 1038746391 3623637311 2514495632 560792487 563494353 1609754817 1356541143 1165151915 1302213706 255 362436" option to reproduce the execution
0.00/0.03	c #vars 506
0.00/0.03	c #constraints 2337
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      946      0 |        5 |        0
0.00/0.09	c  0.0s |       1 |      118 |      100 |      946      0 |        5 |      174
0.09/0.13	c  0.1s |       2 |      292 |      250 |     1041      0 |        5 |      174
0.19/0.20	c  0.1s |       3 |      551 |      475 |     1146      0 |        5 |      174
0.29/0.31	c  0.2s |       4 |      956 |      813 |     1261      0 |        5 |      174
0.39/0.49	c  0.4s |       5 |     1603 |     1320 |     1388      0 |        5 |      174
0.79/0.80	c  0.7s |       6 |     2465 |     2081 |     1680      1 |        5 |      174
1.20/1.22	c  1.1s |       7 |     3824 |     3223 |     1849      2 |        5 |      174
1.69/1.72	c  1.6s |       8 |     5798 |     4936 |     2034      4 |        5 |      174
2.39/2.47	c  2.4s |       9 |     8783 |     7506 |     2238      6 |        5 |      174
3.49/3.54	c  3.5s |      10 |    13221 |    11361 |     2462      9 |        5 |      174
5.19/5.25	c  5.2s |      11 |    19938 |    17144 |     2709     13 |        5 |      174
7.18/7.25	c  7.2s |      11 |    27888 |    24144 |     2709     18 |        5 |      174
7.69/7.76	c  7.7s |      12 |    29846 |    25819 |     2980     19 |        6 |      217
9.68/9.79	c  9.7s |      12 |    37004 |    32019 |     2980     23 |        6 |      217
11.78/11.82	c 11.8s |      12 |    44610 |    38519 |     2980     27 |        6 |      217
11.88/11.91	c 11.8s |      13 |    44969 |    38832 |     3279     27 |        6 |      217
13.88/13.92	c 13.9s |      13 |    52180 |    45032 |     3279     31 |        6 |      217
14.88/14.91	c 14.8s |      13 |    56070 |    48213 |     3279     32 |      264 |     1232
14.88/14.91	c #cpu_time = 14.800s
14.88/14.91	c #wall_clock_time = 14.842s
14.88/14.91	c #decision = 56070
14.88/14.91	c #random_decision = 206
14.88/14.91	c #conflict = 48213
14.88/14.91	c #restart = 13
14.88/14.91	s UNSATISFIABLE
14.88/14.91	c total CPU time = 14.869s
14.88/14.91	c total wall clock time = 14.911s

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

pid=21947
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.13 2.05 3/179 21950
/proc/meminfo: memFree=30444580/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=688572 CPUtime=0 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 2560 0 0 0 0 0 0 0 20 0 4 0 13877995 705097728 3432 33554432000 4194304 16246674 140735412663536 140735412662960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 172655 3442 441 2943 0 169549 0
[pid=21950/tid=21951] ppid=21947 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 722923520 3502 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=711100 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 728166400 3519 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13877996 732360704 3538 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.17 2.13 2.05 3/179 21950
/proc/meminfo: memFree=30444580/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 26056 0 0 0 5 4 0 0 20 0 4 0 13877995 1247350784 26918 33554432000 4194304 16246674 140735412663536 140735412662960 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 304529 26926 720 2943 0 301423 0
[pid=21950/tid=21951] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1247350784 26932 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 26938 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 26946 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200499 s]
/proc/loadavg: 2.17 2.13 2.05 3/179 21950
/proc/meminfo: memFree=30444580/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 47783 0 0 0 13 6 0 0 20 0 4 0 13877995 1247350784 48644 33554432000 4194304 16246674 140735412663536 140735412662960 5707789 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 304529 48654 720 2943 0 301423 0
[pid=21950/tid=21951] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1247350784 48660 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 48666 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 48671 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.3005 s]
/proc/loadavg: 2.17 2.13 2.05 3/179 21950
/proc/meminfo: memFree=30444580/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 68788 0 0 0 19 10 0 0 20 0 4 0 13877995 1247350784 69650 33554432000 4194304 16246674 140735412663536 140735412662960 5829366 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 304529 69661 720 2943 0 301423 0
[pid=21950/tid=21951] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1247350784 69666 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 69670 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 69675 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700393 s]
/proc/loadavg: 2.17 2.13 2.05 3/179 21950
/proc/meminfo: memFree=30444580/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 153102 0 0 0 48 21 0 0 20 0 4 0 13877995 1247350784 153964 33554432000 4194304 16246674 140735412663536 140735412662960 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 304529 153973 720 2943 0 301423 0
[pid=21950/tid=21951] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1247350784 153979 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 153984 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13877996 1247350784 153988 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.17 2.13 2.05 3/183 21954
/proc/meminfo: memFree=29498492/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1221188 CPUtime=1.49 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 246074 0 0 0 114 35 0 0 20 0 4 0 13877995 1250496512 246915 33554432000 4194304 16246674 140735412663536 140735412662848 13191752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 305297 246915 795 2943 0 302191 0
[pid=21950/tid=21951] ppid=21947 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1250496512 246915 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1250496512 246915 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1250496512 246915 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10042 s]
/proc/loadavg: 2.17 2.13 2.05 3/183 21954
/proc/meminfo: memFree=29373996/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267473 0 0 0 272 37 0 0 20 0 4 0 13877995 1337528320 268314 33554432000 4194304 16246674 140735412663536 140735412645440 5677833 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326545 268314 795 2943 0 323439 0
[pid=21950/tid=21951] ppid=21947 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1337528320 268314 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1337528320 268314 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1337528320 268314 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30043 s]
/proc/loadavg: 2.16 2.12 2.05 3/183 21954
/proc/meminfo: memFree=29370844/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267609 0 0 0 591 38 0 0 20 0 4 0 13877995 1338576896 268450 33554432000 4194304 16246674 140735412663536 140735412662632 5829044 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268450 795 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268450 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268450 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268450 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 2.05 3/183 21954
/proc/meminfo: memFree=29367960/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=12.68 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1230 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 5677720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1307204

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

[startup+12.8005 s]
/proc/loadavg: 2.14 2.12 2.05 3/183 21954
/proc/meminfo: memFree=29367960/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=12.78 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1240 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 5808574 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1307204

[startup+13.6004 s]
/proc/loadavg: 2.13 2.12 2.05 3/183 21954
/proc/meminfo: memFree=29368124/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=13.58 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1320 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 1307204

[startup+14.4075 s]
/proc/loadavg: 2.13 2.12 2.05 4/183 21954
/proc/meminfo: memFree=29368128/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=14.39 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1401 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 5823367 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1307204

[startup+14.8004 s]
/proc/loadavg: 2.13 2.12 2.05 4/183 21954
/proc/meminfo: memFree=29368128/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=14.78 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1440 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 5823835 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1307204

[startup+14.9004 s]
/proc/loadavg: 2.13 2.12 2.05 4/183 21954
/proc/meminfo: memFree=29368128/32872528 swapFree=302776/319128
[pid=21950] ppid=21947 vsize=1307204 CPUtime=14.88 cores=1,3,5,7
/proc/21950/stat : 21950 (toysat) R 21947 21950 16914 0 -1 4202496 267832 0 0 0 1450 38 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140735412645440 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21950/statm: 326801 268673 796 2943 0 323695 0
[pid=21950/tid=21951] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21951/stat : 21951 (toysat) S 21947 21950 16914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13877995 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149962812656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21950/tid=21952] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21952/stat : 21952 (toysat) S 21947 21950 16914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149883120880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21950/tid=21953] ppid=21947 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21950/task/21953/stat : 21953 (toysat) S 21947 21950 16914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13877996 1338576896 268673 33554432000 4194304 16246674 140735412663536 140149872647344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 14.9729
CPU time (s): 14.9667
CPU user time (s): 14.5198
CPU system time (s): 0.446932
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5198
system time used= 0.446932
maximum resident set size= 1074704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267837
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= 17
involuntary context switches= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-17 01:05:14
IDJOB=4097667
IDBENCH=107790
IDSOLVER=2542
FILE ID=node128/4097667-1466118314
RUNJOBID= node128-1466113207-19340
PBS_JOBID= 19904049
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_16.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097667-1466118314/watcher-4097667-1466118314 -o /tmp/evaluation-result-4097667-1466118314/solver-4097667-1466118314 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466113207-19340 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4097667-1466118314.opb

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

MD5SUM BENCH= 527b0bd177c48cab43e3d4ec5b6d9643
RANDOM SEED=1726226470

node128.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.56
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.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.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.57
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.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.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.56
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30444604 kB
Buffers:           75132 kB
Cached:           193352 kB
SwapCached:         2096 kB
Active:          1288612 kB
Inactive:         113480 kB
Active(anon):    1134644 kB
Inactive(anon):     1600 kB
Active(file):     153968 kB
Inactive(file):   111880 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098972 kB
Dirty:             16588 kB
Writeback:             0 kB
AnonPages:       1454416 kB
Mapped:            10564 kB
Shmem:                 0 kB
Slab:             572884 kB
SReclaimable:      16184 kB
SUnreclaim:       556700 kB
KernelStack:        1520 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1596204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71676 MiB
End job on node128 at 2016-06-17 01:05:29