Trace number 4079730

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
toysat 2016-05-02UNSAT 52.1931 52.2091

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (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 benchmark52.1931
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
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-06T22:25:31+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-4079730-1465244730.opb"]
0.00/0.01	c use --random-gen="712587202 3772990693 262543832 1097313647 3632880911 1016556685 650992101 3291440277 2913295180 929810241 1848319867 2136946194 3606619973 2204855152 2638679661 1291968181 485843826 1375877707 2865201639 1192309840 3903283085 1827009117 1727998586 3811306809 2604949461 1424777199 2092237464 432604700 2350023279 1838877268 880357768 3478045511 1557327544 3740037684 4082924559 2391723623 926306407 2486609826 1281786616 4183183147 153512035 3976671775 204390807 3547835465 389266991 3148643731 3068078805 1007999621 2396019394 4203683088 1989956287 539654400 4219466904 4056075914 1924752368 844848259 1998767771 2546002219 3046782195 2617272066 3006775578 1810861282 3333801380 3654246328 202303333 256278070 2086041323 1135116328 2082400230 2841654981 3188776644 331159333 255256256 3901475029 3931286365 2934517694 1082929227 1255726093 1247242376 1554296452 1689788552 1826472904 4226746473 2889322446 1356368723 3259509438 230857717 3171586457 2064137861 1132773505 1100279968 357074368 3860335048 3296704481 3765002155 3642334044 1293658723 2256591733 972845097 2213358415 2565844611 556567568 3588961687 2181295522 1918703370 2206174581 770897424 3307472868 3257516117 571589384 980200866 1731614799 1416079585 1119044984 3514017465 2065566871 1097467247 1627176001 86775385 1031236 2491558008 2998273141 2478644153 2722192337 1378644691 2599713332 1523827841 2898866960 1178167665 3227043782 3961100760 4088899209 1715117716 2322979922 1070600953 3682508099 2319232563 2055455803 3225543218 819257918 4267378540 3369391561 4071317358 603560673 3929705767 780842988 2607727432 2276160826 1810880709 4040437129 248527049 3276788716 3936360859 2556736126 1698233842 590991655 299426540 721755995 2241441420 548409924 3671944012 4265968245 1966229655 3899432580 3757578292 702408318 3890609252 151535277 3763426234 727177143 3895911954 288546475 2937644057 1209820095 3965730297 1316778568 1573770438 1498398248 3433449826 2058459408 2566688892 2422283561 2983913420 1313458389 4186446230 1729904370 365471449 1006312367 1893769125 1960851745 2847771853 1824449197 912638657 4176533648 3550578871 1638604387 2048470484 2134470958 2751529058 2413457258 324130282 136959747 2226666568 1697770828 3679334029 3048429952 2479090235 2612010300 3182357171 992667330 4052008957 2744028553 2285678318 1381986056 1816895641 2041110201 2355394204 1465086328 195201460 3390708970 3935195598 2727666213 839673538 2350855922 3189940408 1319999292 1657347264 2544421636 2733601800 3588215379 908487654 2726161369 352854001 2889957446 327678984 2592681219 75720964 307453825 3257825719 669168537 1263305047 3417775406 2205144840 2405516989 528352593 2476579685 4024017661 4019402359 3688085496 3216891395 2448050085 1406051834 3828997647 271606005 1186045774 3328662031 255 362436" option to reproduce the execution
0.00/0.01	c #vars 31
0.00/0.01	c #constraints 9
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       16      0 |        1 |        0
0.00/0.02	c  0.0s |       1 |      110 |      100 |       16      5 |        1 |        0
0.00/0.03	c  0.0s |       2 |      273 |      250 |       18     14 |        1 |        0
0.00/0.05	c  0.0s |       3 |      513 |      475 |       20     27 |        1 |        0
0.00/0.08	c  0.1s |       4 |      868 |      813 |       22     47 |        1 |        0
0.09/0.13	c  0.1s |       5 |     1389 |     1320 |       25     73 |        1 |        0
0.09/0.19	c  0.2s |       6 |     2190 |     2081 |       31    114 |        1 |        0
0.19/0.29	c  0.3s |       7 |     3377 |     3223 |       35    170 |        1 |        0
0.39/0.43	c  0.4s |       8 |     5121 |     4936 |       39    246 |        1 |        0
0.59/0.65	c  0.6s |       9 |     7758 |     7506 |       43    356 |        1 |        0
0.89/0.97	c  1.0s |      10 |    11665 |    11361 |       48    511 |        1 |        0
1.39/1.46	c  1.4s |      11 |    17522 |    17144 |       53    714 |        1 |        0
1.89/1.97	c  2.0s |      12 |    26270 |    25819 |       59   1007 |        1 |        0
2.69/2.76	c  2.8s |      13 |    39372 |    38832 |       65   1411 |        1 |        0
3.79/3.89	c  3.9s |      14 |    59066 |    58352 |       72   1965 |        1 |        0
5.60/5.62	c  5.6s |      15 |    88581 |    87632 |       80   2711 |        1 |        0
7.59/7.62	c  7.6s |      15 |   122001 |   120832 |       80   3482 |        1 |        0
8.19/8.24	c  8.2s |      16 |   132872 |   131552 |       88   3733 |        1 |        0
10.19/10.24	c 10.2s |      16 |   167146 |   165552 |       88   4470 |        1 |        0
12.10/12.13	c 12.1s |      17 |   199229 |   197432 |       97   5167 |        1 |        0
14.09/14.13	c 14.1s |      17 |   232542 |   230532 |       97   5805 |        1 |        0
16.09/16.14	c 16.1s |      17 |   266040 |   263832 |       97   6456 |        1 |        0
17.99/18.05	c 18.0s |      18 |   298721 |   296252 |      107   7094 |        1 |        0
19.99/20.05	c 20.0s |      18 |   332100 |   329252 |      107   7673 |        1 |        0
21.99/22.05	c 22.0s |      18 |   365808 |   362652 |      107   8269 |        1 |        0
23.98/24.06	c 24.0s |      18 |   399250 |   395852 |      107   8867 |        1 |        0
25.98/26.06	c 26.0s |      18 |   434358 |   430552 |      107   9486 |        1 |        0
26.88/26.91	c 26.9s |      19 |   448355 |   444482 |      118   9728 |        1 |        0
28.88/28.91	c 28.9s |      19 |   481149 |   477082 |      118  10249 |        1 |        0
30.89/30.91	c 30.9s |      19 |   514396 |   510082 |      118  10788 |        1 |        0
32.88/32.91	c 32.9s |      19 |   547924 |   543382 |      118  11333 |        1 |        0
34.89/34.91	c 34.9s |      19 |   581338 |   576582 |      118  11870 |        1 |        0
36.89/36.92	c 36.9s |      19 |   614808 |   609882 |      118  12401 |        1 |        0
38.88/38.92	c 38.9s |      19 |   649395 |   644182 |      118  12939 |        2 |        0
40.18/40.29	c 40.3s |      20 |   672210 |   666827 |      130  13295 |        2 |        0
42.18/42.29	c 42.3s |      20 |   705232 |   699627 |      130  13775 |        2 |        0
44.19/44.29	c 44.3s |      20 |   739418 |   733527 |      130  14270 |        2 |        0
46.19/46.29	c 46.3s |      20 |   773705 |   767527 |      130  14759 |        3 |        0
48.28/48.30	c 48.3s |      20 |   807392 |   801027 |      130  15247 |        3 |        0
50.28/50.30	c 50.3s |      20 |   842076 |   835427 |      130  15741 |        4 |        0
52.08/52.15	c 52.1s |      20 |   874645 |   867798 |      130  16184 |       31 |        0
52.08/52.15	c #cpu_time = 52.003s
52.08/52.15	c #wall_clock_time = 52.135s
52.08/52.15	c #decision = 874645
52.08/52.15	c #random_decision = 3833
52.08/52.15	c #conflict = 867798
52.08/52.15	c #restart = 20
52.08/52.15	s UNSATISFIABLE
52.08/52.15	c total CPU time = 52.016s
52.08/52.15	c total wall clock time = 52.148s

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

pid=7442
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.01 2.05 2.01 3/179 7445
/proc/meminfo: memFree=30674940/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=788036 CPUtime=0 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 2952 0 0 0 0 0 0 0 20 0 4 0 106407710 806948864 3313 33554432000 4194304 16246674 140734217142752 140734217142176 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 197521 3324 442 2943 0 194415 0
[pid=7445/tid=7446] ppid=7442 vsize=805444 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 824774656 3384 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=809540 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 828968960 3400 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=814660 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 834211840 3418 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 7445
/proc/meminfo: memFree=30674940/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 19373 0 0 0 6 3 0 0 20 0 4 0 106407710 1247350784 19722 33554432000 4194304 16246674 140734217142752 140734217142176 12479207 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 304529 19729 753 2943 0 301423 0
[pid=7445/tid=7446] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 19733 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 19738 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 19743 33554432000 4194304 16246674 140734217142752 139706561981616 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.200577 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 7445
/proc/meminfo: memFree=30674940/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 35531 0 0 0 13 6 0 0 20 0 4 0 106407710 1247350784 35880 33554432000 4194304 16246674 140734217142752 140734217142176 5589077 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 304529 35897 754 2943 0 301423 0
[pid=7445/tid=7446] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 35904 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 35907 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 35911 33554432000 4194304 16246674 140734217142752 139706561981616 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.30047 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 7445
/proc/meminfo: memFree=30674940/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 51498 0 0 0 20 9 0 0 20 0 4 0 106407710 1247350784 51847 33554432000 4194304 16246674 140734217142752 140734217142176 13759916 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 304529 51857 754 2943 0 301423 0
[pid=7445/tid=7446] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 51860 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 51866 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 51870 33554432000 4194304 16246674 140734217142752 139706561981616 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.700419 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 7445
/proc/meminfo: memFree=30674940/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 115560 0 0 0 51 18 0 0 20 0 4 0 106407710 1247350784 115909 33554432000 4194304 16246674 140734217142752 140734217125752 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 304529 115916 754 2943 0 301423 0
[pid=7445/tid=7446] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 115920 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 115926 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 115929 33554432000 4194304 16246674 140734217142752 139706561981616 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.50041 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 7449
/proc/meminfo: memFree=29952776/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 245503 0 0 0 112 37 0 0 20 0 4 0 106407710 1247350784 245829 33554432000 4194304 16246674 140734217142752 140734217125752 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 304529 245829 825 2943 0 301423 0
[pid=7445/tid=7446] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 245829 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 245829 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1247350784 245829 33554432000 4194304 16246674 140734217142752 139706561981616 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) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 7449
/proc/meminfo: memFree=29691880/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267408 0 0 0 269 40 0 0 20 0 4 0 106407710 1337528320 267734 33554432000 4194304 16246674 140734217142752 140734217125752 5711688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267734 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267734 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267734 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267734 33554432000 4194304 16246674 140734217142752 139706561981616 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.00 2.05 2.01 3/183 7449
/proc/meminfo: memFree=29604248/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267446 0 0 0 587 42 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 140734217125752 13775091 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267772 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706561981616 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 7449
/proc/meminfo: memFree=29604176/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267446 0 0 0 1226 43 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 140734217125752 6013188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267772 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267772 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 7449
/proc/meminfo: memFree=29604860/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267452 0 0 0 2505 43 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 140734217125752 5829313 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267778 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1006 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 7450
/proc/meminfo: memFree=29604868/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=51.09 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267452 0 0 0 5056 53 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 140734217125752 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267778 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 7450
/proc/meminfo: memFree=29604868/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=51.19 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267452 0 0 0 5066 53 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 140734217125752 13760224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267778 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1306180

[startup+52.0004 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 7450
/proc/meminfo: memFree=29604868/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=1306180 CPUtime=51.98 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) R 7442 7445 4590 0 -1 4202496 267452 0 0 0 5145 53 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 140734217125752 13927572 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 326545 267778 827 2943 0 323439 0
[pid=7445/tid=7446] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7446/stat : 7446 (toysat) S 7442 7445 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706686745840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7445/tid=7447] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7447/stat : 7447 (toysat) S 7442 7445 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706676255984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) S 7442 7445 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106407710 1337528320 267778 33554432000 4194304 16246674 140734217142752 139706561981616 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.98
Current children cumulated vsize (KiB) 1306180

[startup+52.2004 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 7450
/proc/meminfo: memFree=29604868/32872528 swapFree=11372/178980
[pid=7445] ppid=7442 vsize=0 CPUtime=52.18 cores=1,3,5,7
/proc/7445/stat : 7445 (toysat) Z 7442 7445 4590 0 -1 4202508 267458 0 0 0 5160 58 0 0 20 0 2 0 106407710 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7445/statm: 0 0 0 0 0 0 0
[pid=7445/tid=7448] ppid=7442 vsize=0 CPUtime=0.04 cores=1,3,5,7
/proc/7445/task/7448/stat : 7448 (toysat) R 7442 7445 4590 0 -1 4203588 1 0 0 0 0 4 0 0 20 0 2 0 106407710 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 52.2091
CPU time (s): 52.1931
CPU user time (s): 51.6082
CPU system time (s): 0.584911
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.6082
system time used= 0.584911
maximum resident set size= 1071128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267458
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= 21
involuntary context switches= 55

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.330949 second user time and 0.509922 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 22:25:30
IDJOB=4079730
IDBENCH=2907
IDSOLVER=2542
FILE ID=node105/4079730-1465244730
RUNJOBID= node105-1465220657-4607
PBS_JOBID= 19843223
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079730-1465244730/watcher-4079730-1465244730 -o /tmp/evaluation-result-4079730-1465244730/solver-4079730-1465244730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4607 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079730-1465244730.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=285717802

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:        30675584 kB
Buffers:           47984 kB
Cached:           140700 kB
SwapCached:         1756 kB
Active:          1233768 kB
Inactive:          81436 kB
Active(anon):    1127252 kB
Inactive(anon):     1504 kB
Active(file):     106516 kB
Inactive(file):    79932 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             16352 kB
Writeback:             0 kB
AnonPages:       1304580 kB
Mapped:            10772 kB
Shmem:                 0 kB
Slab:             569324 kB
SReclaimable:      12956 kB
SUnreclaim:       556368 kB
KernelStack:        1488 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1447552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1286144 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 node105 at 2016-06-06 22:26:23