Trace number 4099095

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.2358 14.247

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571132.opb
MD5SUMd9d7c99a4b01b1207d32721f3efdc2ab
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 benchmark2.6046
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
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-18T01:28:27+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-4099095-1466206107.opb"]
0.00/0.01	c use --random-gen="588379087 339831797 4094301578 3363599726 345101766 2194027726 3723137434 1990746720 1035440850 4077435020 756606317 1591693951 2037519412 4143404615 1725434717 4232154691 645405936 3666068655 2288766729 3681450565 489061635 80512051 640265988 618826134 818618726 207154250 1085267342 54276917 701661329 314566340 140134601 2067374181 3513925436 79136975 418275566 756268322 2188249784 2140848644 2585856408 3324020444 3131513619 948711541 1570939158 2246825963 2792819894 2497429186 3940507654 2489573734 2884708368 233840739 2508837625 2898149195 3836795608 1604262975 2833885939 1409792359 410983878 3516534827 1851653797 3777464749 1325694340 910696426 2127821625 2361153452 3174540810 2496896424 3837713105 2834465497 3651285225 3520027903 779667939 1443140325 2789460156 423348353 1368328013 3158791733 2909030270 3944684570 541837098 1174389417 2404666998 2888117910 556205442 1577137491 4129390287 898453764 3774174452 1485196753 2580576741 3205633754 3764817866 4243350298 2916605243 3059489699 2322468029 97680743 2616213179 1823066690 2857927874 4003595419 2835481272 1405344219 2085983814 1962223343 772063804 1870957354 1589872519 2991858728 2992230800 469238791 424234899 4194641482 1691965827 814005134 1081896661 3439420768 3311159048 973132377 3977916957 1693286789 423925854 2310394795 3847683899 2554113824 679526889 3541304334 361232500 1311628357 854682797 3374236956 3219252010 4218525464 1422529354 4122595581 2550287135 1888174641 4217075102 1040226007 912491580 2699447913 336266747 3456525552 2773258748 4098578448 3911814603 3397586290 1146116590 3940737147 450899496 3129273747 891965506 179701876 1435504820 1216799882 3924039144 2813040353 1936238997 3178599728 3038195511 3072907136 1656017899 1191331191 1841802140 3750248228 1127719899 3897601829 4068788401 4282458249 1412788329 3849514801 510239337 834019451 3035161305 2337730293 2290176960 731936186 374159503 4062610966 187751503 698758829 1476328754 3836978463 592388260 2502133464 1374534134 3522021868 3118618229 1051873705 573825618 3900635942 3944332729 2403348711 1574091647 1181183662 267114753 2024676862 842916773 2063201096 2229751519 1960999005 1394651459 466297104 1962539212 1969978339 1396998450 2714986962 566950811 1300764200 1475582261 2343620068 1819888777 1720285248 4148583269 1437666122 1872474878 2830767227 4285602789 3241385047 2377381450 3409507529 1813424137 565589794 2315888219 3379665145 3362658879 478278650 1621021864 863111216 4103953498 4042257481 2877691750 1859828897 1803631062 3054884545 2191678309 2290275009 2984259334 990399306 1144133088 787188223 3200904522 3473865085 3441881308 531986374 3869442462 1323101240 4122041994 3804234957 1188465061 878023796 1920303865 2388884682 1949904952 2434680803 3150486528 197162805 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      219 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      433 |      250 |     1077      0 |        0 |        0
0.79/0.87	c  0.1s |       3 |      763 |      475 |     1185      0 |        0 |        0
0.79/0.87	c  0.2s |       4 |     1195 |      813 |     1304      0 |        0 |        0
0.79/0.87	c  0.3s |       5 |     1941 |     1320 |     1435      0 |        0 |        0
0.79/0.87	c  0.4s |       6 |     3114 |     2081 |     1737      1 |        0 |        0
0.79/0.87	c  0.7s |       7 |     4821 |     3223 |     1911      2 |        0 |        0
1.19/1.28	c  1.2s |       8 |     7196 |     4936 |     2103      4 |        0 |        0
1.78/1.84	c  1.8s |       9 |    11164 |     7506 |     2314      6 |        0 |        0
2.58/2.66	c  2.6s |      10 |    17657 |    11361 |     2546      9 |        1 |       11
3.89/3.96	c  3.9s |      11 |    27161 |    17144 |     2801     11 |        2 |       22
5.79/5.88	c  5.8s |      12 |    42224 |    25819 |     3082     16 |        4 |       44
7.80/7.88	c  7.8s |      12 |    58200 |    35119 |     3082     20 |        5 |       55
8.59/8.63	c  8.6s |      13 |    65060 |    38832 |     3391     22 |        6 |       66
10.59/10.64	c 10.6s |      13 |    82153 |    48432 |     3391     25 |        7 |       77
12.59/12.65	c 12.6s |      13 |    98909 |    58232 |     3731     29 |       10 |      110
12.59/12.67	c 12.6s |      14 |    99139 |    58352 |     3731     29 |       10 |      110
14.09/14.18	c 14.1s |      14 |   112370 |    66134 |     3731     31 |      198 |     2331
14.09/14.18	c #cpu_time = 14.066s
14.09/14.18	c #wall_clock_time = 14.107s
14.09/14.18	c #decision = 112370
14.09/14.18	c #random_decision = 401
14.09/14.18	c #conflict = 66134
14.09/14.18	c #restart = 14
14.09/14.18	s UNSATISFIABLE
14.09/14.18	c total CPU time = 14.144s
14.09/14.18	c total wall clock time = 14.186s

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

pid=11370
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: 0.00 0.00 0.00 3/179 11373
/proc/meminfo: memFree=31725796/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=649796 CPUtime=0 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 2410 0 0 0 0 0 0 0 20 0 4 0 22661148 665391104 3282 33554432000 4194304 16246674 140737480551616 140737480551040 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 163217 3291 442 2943 0 160111 0
[pid=11373/tid=11374] ppid=11370 vsize=667204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 683216896 3351 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=672324 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 688459776 3369 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=676420 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 692654080 3387 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 11373
/proc/meminfo: memFree=31725796/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 25262 0 0 0 6 3 0 0 20 0 4 0 22661148 1247350784 26123 33554432000 4194304 16246674 140737480551616 140737480551040 5661217 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 304529 26131 730 2943 0 301423 0
[pid=11373/tid=11374] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 26134 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 26138 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 26143 33554432000 4194304 16246674 140737480551616 140702927285424 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.304675 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 11373
/proc/meminfo: memFree=31725796/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1218116 CPUtime=0.3 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 57211 0 0 0 21 9 0 0 20 0 4 0 22661148 1247350784 58072 33554432000 4194304 16246674 140737480551616 140737480534616 13943664 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11373/statm: 304529 58072 730 2943 0 301423 0
[pid=11373/tid=11374] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 58072 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 58072 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 58072 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1218116

[startup+0.400376 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 11373
/proc/meminfo: memFree=31725796/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1218116 CPUtime=0.39 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 71256 0 0 0 29 10 0 0 20 0 4 0 22661148 1247350784 72117 33554432000 4194304 16246674 140737480551616 140737480533504 5668720 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11373/statm: 304529 72117 730 2943 0 301423 0
[pid=11373/tid=11374] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 72117 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 72117 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 72117 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1218116

[startup+0.700292 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 11373
/proc/meminfo: memFree=31725796/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 115595 0 0 0 52 17 0 0 20 0 4 0 22661148 1247350784 116456 33554432000 4194304 16246674 140737480551616 140737480533504 5675357 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11373/statm: 304529 116456 736 2943 0 301423 0
[pid=11373/tid=11374] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 116456 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 116456 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 116456 33554432000 4194304 16246674 140737480551616 140702927285424 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: 0.00 0.00 0.00 4/183 11377
/proc/meminfo: memFree=30189520/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 238789 0 0 0 115 34 0 0 20 0 4 0 22661148 1247350784 239650 33554432000 4194304 16246674 140737480551616 140737480533504 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 304529 239658 736 2943 0 301423 0
[pid=11373/tid=11374] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 239663 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 239669 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1247350784 239673 33554432000 4194304 16246674 140737480551616 140702927285424 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.10042 s]
/proc/loadavg: 0.00 0.00 0.00 3/183 11377
/proc/meminfo: memFree=29817344/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1304132 CPUtime=3.09 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 266840 0 0 0 271 38 0 0 20 0 4 0 22661148 1335431168 267681 33554432000 4194304 16246674 140737480551616 140737480533504 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 326033 267681 800 2943 0 322927 0
[pid=11373/tid=11374] ppid=11370 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1335431168 267681 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1335431168 267681 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1335431168 267681 33554432000 4194304 16246674 140737480551616 140702927285424 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) 1304132

[startup+6.30042 s]
/proc/loadavg: 0.16 0.03 0.01 3/183 11377
/proc/meminfo: memFree=29643140/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 267581 0 0 0 590 39 0 0 20 0 4 0 22661148 1337528320 268422 33554432000 4194304 16246674 140737480551616 140737480549440 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 326545 268422 802 2943 0 323439 0
[pid=11373/tid=11374] ppid=11370 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1337528320 268422 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1337528320 268422 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1337528320 268422 33554432000 4194304 16246674 140737480551616 140702927285424 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: 0.31 0.07 0.02 3/183 11377
/proc/meminfo: memFree=29640636/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1307204 CPUtime=12.69 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 267683 0 0 0 1230 39 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140737480533504 5991539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 326801 268524 802 2943 0 323695 0
[pid=11373/tid=11374] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140702927285424 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) 1307204

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

[startup+12.9004 s]
/proc/loadavg: 0.31 0.07 0.02 3/183 11377
/proc/meminfo: memFree=29640636/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1307204 CPUtime=12.89 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 267683 0 0 0 1250 39 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140737480533504 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 326801 268524 802 2943 0 323695 0
[pid=11373/tid=11374] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1338576896 268524 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1307204

[startup+13.7004 s]
/proc/loadavg: 0.31 0.07 0.02 3/183 11377
/proc/meminfo: memFree=29636428/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1308228 CPUtime=13.69 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 267975 0 0 0 1330 39 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140737480533504 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 327057 268816 802 2943 0 323951 0
[pid=11373/tid=11374] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 1308228

[startup+14.1004 s]
/proc/loadavg: 0.31 0.07 0.02 3/183 11377
/proc/meminfo: memFree=29636428/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=1308228 CPUtime=14.09 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) R 11370 11373 11324 0 -1 4202496 267975 0 0 0 1370 39 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140737480533504 5721352 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 327057 268816 802 2943 0 323951 0
[pid=11373/tid=11374] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11374/stat : 11374 (toysat) S 11370 11373 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140703025835248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11373/tid=11375] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11375/stat : 11375 (toysat) S 11370 11373 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140703015345392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) S 11370 11373 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661148 1339625472 268816 33554432000 4194304 16246674 140737480551616 140702927285424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1308228

[startup+14.2004 s]
/proc/loadavg: 0.31 0.07 0.02 3/183 11377
/proc/meminfo: memFree=29636428/32872528 swapFree=249320/249320
[pid=11373] ppid=11370 vsize=0 CPUtime=14.19 cores=1,3,5,7
/proc/11373/stat : 11373 (toysat) Z 11370 11373 11324 0 -1 4202508 267981 0 0 0 1379 40 0 0 20 0 2 0 22661148 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11373/statm: 0 0 0 0 0 0 0
[pid=11373/tid=11376] ppid=11370 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/11373/task/11376/stat : 11376 (toysat) R 11370 11373 11324 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 22661148 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) 14.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.247
CPU time (s): 14.2358
CPU user time (s): 13.7919
CPU system time (s): 0.443932
CPU usage (%): 99.9214
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7919
system time used= 0.443932
maximum resident set size= 1075280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267981
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= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040993 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 01:28:27
IDJOB=4099095
IDBENCH=1310
IDSOLVER=2542
FILE ID=node103/4099095-1466206107
RUNJOBID= node103-1466206104-11341
PBS_JOBID= 19918169
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099095-1466206107/watcher-4099095-1466206107 -o /tmp/evaluation-result-4099095-1466206107/solver-4099095-1466206107 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11341 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099095-1466206107.opb

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

MD5SUM BENCH= d9d7c99a4b01b1207d32721f3efdc2ab
RANDOM SEED=260392269

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31789792 kB
Buffers:           35208 kB
Cached:            93752 kB
SwapCached:         2456 kB
Active:            78464 kB
Inactive:          53700 kB
Active(anon):       3168 kB
Inactive(anon):     2272 kB
Active(file):      75296 kB
Inactive(file):    51428 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099368 kB
Dirty:             32684 kB
Writeback:             0 kB
AnonPages:        251004 kB
Mapped:             6864 kB
Shmem:                 0 kB
Slab:             569472 kB
SReclaimable:      13840 kB
SUnreclaim:       555632 kB
KernelStack:        1376 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     345528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71700 MiB
End job on node103 at 2016-06-18 01:28:42