Trace number 4096232

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 26.552 26.5576

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_18.opb
MD5SUMeb6fd7ca2b348a433edb8eeb43d34040
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 benchmark2.33464
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints2789
Number of constraints which are clauses2784
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 constraint24
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 42
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-16T23:36:00+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-4096232-1466112960.opb"]
0.00/0.01	c use --random-gen="2176847721 1146492959 2322235958 4256260627 3231581747 1493891466 4265432155 514777013 2796610942 3572375281 4262461907 3904184051 335199409 1323804508 2206947011 4274344472 807943833 3055373951 334211443 3299926834 1049371588 4128002610 3285267627 1408046699 1069147129 3171536139 410830730 3532309196 4143437362 2616166257 67106093 4148804085 2392312908 1073972400 73150006 1334159220 2706210325 775700455 909503341 4056533602 2580348676 1479357056 1018658022 4053261513 905806270 3079988148 277009798 2508847276 2760357860 2354540317 2256879144 3962098246 2209037983 2921454640 1201404428 1031977588 1691840630 2898657965 2140309712 3058935463 4091634747 4171253620 3919846943 1940748417 3291231537 1017483910 3579146055 3125821557 4200354888 3815734037 2264396464 1467449490 3344164004 4281855969 3557080587 1679050600 1703319326 2724280885 1358662132 24606195 1291295587 825562364 429539042 1652475445 3953231663 3078497085 2785706828 1805346653 2232206163 2042411568 1426096048 2610689828 2108796850 721800051 310610165 1423154429 2707018753 2879734498 103209039 1997767949 2885411973 3302528033 3376876422 3236483835 1777164811 238369316 1544623865 1505216204 22703976 457256600 673322723 1640972586 3763969584 4099587721 807312454 1657821151 306756558 2169239943 4262161456 1603486828 1868480252 2367721298 4091899014 255014200 1310701507 698207806 2099732044 4043743349 2697767394 2788985316 3881334880 193375068 1549374085 4044889738 1672832653 1116243231 1058701278 1595437587 744256095 3368879136 1814999582 2465755978 3438901060 1053462221 3985494889 3799930815 3038722122 3829724748 4269062006 2268605833 1300413607 1774517416 2271718486 3574902914 2004809568 240963433 2017339871 2882648505 1117802671 3672073632 946250749 2562820611 3497610077 3068054941 3916424546 4059704389 1910558810 2909970147 2776249961 2159602222 4167572078 2802729912 2731865492 1305803450 658823250 6028886 3512052450 139649333 4155141909 2460381691 2206305147 3940501098 730213430 2682629282 1010363687 2594995838 1505933679 2724372528 392711209 2755417851 2234315398 4293550881 3630157852 2007116941 2323363083 81020231 3356312786 3221024886 3232080998 926395404 948501255 878435923 1772618982 3622554038 1461395299 39675216 1836326945 2587611282 1862907849 4030670667 1649865653 3520787796 746367259 3008462188 1563715120 2412815541 440897616 426184273 2008717422 1905307120 2016215632 21406216 293314900 177709581 1689243157 847925994 3576210272 4177313072 180374119 2481848328 1736442245 4196673473 365744842 1952581819 562056467 998939255 2634198021 2540590318 3457500680 1625934090 213946495 1316320036 3833823431 2331642098 1129030503 3631325056 3022078256 615959966 3703267103 2727966512 3360640029 1705633704 1133111006 4055997494 2766046274 4162237364 255 362436" option to reproduce the execution
0.00/0.03	c #vars 600
0.00/0.03	c #constraints 2789
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 |     1128      0 |        5 |        0
0.09/0.11	c  0.0s |       1 |      121 |      100 |     1128      0 |        5 |      190
0.09/0.15	c  0.1s |       2 |      301 |      250 |     1241      0 |        5 |      190
0.19/0.22	c  0.1s |       3 |      580 |      475 |     1366      0 |        5 |      190
0.29/0.34	c  0.3s |       4 |      993 |      813 |     1503      0 |        5 |      190
0.49/0.54	c  0.5s |       5 |     1656 |     1320 |     1654      0 |        5 |      190
0.79/0.89	c  0.8s |       6 |     2549 |     2081 |     2003      1 |        5 |      190
1.28/1.35	c  1.3s |       7 |     3875 |     3223 |     2204      2 |        5 |      190
1.78/1.87	c  1.8s |       8 |     5880 |     4936 |     2425      3 |        5 |      190
2.69/2.73	c  2.7s |       9 |     8976 |     7506 |     2668      5 |        5 |      190
3.89/3.93	c  3.8s |      10 |    13375 |    11361 |     2935      7 |        5 |      190
5.60/5.62	c  5.5s |      11 |    19742 |    17144 |     3229     11 |        5 |      190
7.59/7.63	c  7.6s |      11 |    26855 |    23644 |     3229     15 |        5 |      190
8.29/8.32	c  8.2s |      12 |    29213 |    25819 |     3552     16 |        5 |      190
10.29/10.32	c 10.2s |      12 |    36077 |    32119 |     3552     19 |        5 |      190
12.29/12.32	c 12.2s |      12 |    42825 |    38419 |     3552     23 |        5 |      190
12.39/12.44	c 12.4s |      13 |    43279 |    38832 |     3908     23 |        5 |      190
14.39/14.45	c 14.4s |      13 |    49800 |    44832 |     3908     26 |        5 |      190
16.38/16.45	c 16.4s |      13 |    56085 |    50632 |     3908     29 |        5 |      190
18.38/18.45	c 18.4s |      13 |    62622 |    56732 |     3908     31 |        8 |      239
18.98/19.03	c 18.9s |      14 |    64321 |    58352 |     4299     31 |        8 |      239
20.99/21.05	c 21.0s |      14 |    70242 |    63952 |     4299     34 |        8 |      239
22.98/23.05	c 23.0s |      14 |    76297 |    69652 |     4299     36 |        8 |      239
24.98/25.05	c 25.0s |      14 |    82347 |    75352 |     4299     38 |       12 |      332
26.39/26.49	c 26.4s |      14 |    87350 |    80002 |     4299     39 |      338 |     1736
26.39/26.49	c #cpu_time = 26.346s
26.39/26.49	c #wall_clock_time = 26.413s
26.39/26.49	c #decision = 87350
26.39/26.49	c #random_decision = 316
26.39/26.49	c #conflict = 80002
26.39/26.49	c #restart = 14
26.39/26.49	s UNSATISFIABLE
26.39/26.49	c total CPU time = 26.426s
26.39/26.49	c total wall clock time = 26.494s

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

pid=31023
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.04 2.11 2.08 4/172 31027
/proc/meminfo: memFree=30601312/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=585148 CPUtime=0 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 2156 0 0 0 0 0 0 0 20 0 4 0 13342607 599191552 3028 33554432000 4194304 16246674 140736410538496 140736410537920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 146799 3036 441 2943 0 143693 0
[pid=31027/tid=31034] ppid=31023 vsize=608700 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 623308800 3123 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=612796 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 627503104 3139 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=617916 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 632745984 3157 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.04 2.11 2.08 4/172 31027
/proc/meminfo: memFree=30601312/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 26137 0 0 0 6 3 0 0 20 0 4 0 13342607 1247350784 26997 33554432000 4194304 16246674 140736410538496 140736410537920 13954518 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 304529 27007 719 2943 0 301423 0
[pid=31027/tid=31034] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 27013 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 27017 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 27027 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200493 s]
/proc/loadavg: 2.04 2.11 2.08 4/172 31027
/proc/meminfo: memFree=30601312/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 47826 0 0 0 13 6 0 0 20 0 4 0 13342607 1247350784 48686 33554432000 4194304 16246674 140736410538496 140736410537920 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 304529 48696 719 2943 0 301423 0
[pid=31027/tid=31034] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 48702 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 48708 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 48713 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300502 s]
/proc/loadavg: 2.04 2.11 2.08 4/172 31027
/proc/meminfo: memFree=30601312/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 68591 0 0 0 20 9 0 0 20 0 4 0 13342607 1247350784 69451 33554432000 4194304 16246674 140736410538496 140736410537920 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 304529 69461 719 2943 0 301423 0
[pid=31027/tid=31034] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 69469 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 69477 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 69482 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700409 s]
/proc/loadavg: 2.04 2.11 2.08 4/172 31027
/proc/meminfo: memFree=30601312/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 153048 0 0 0 49 20 0 0 20 0 4 0 13342607 1247350784 153908 33554432000 4194304 16246674 140736410538496 140736410520384 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 304529 153920 719 2943 0 301423 0
[pid=31027/tid=31034] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 153925 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 153929 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1247350784 153936 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.04 2.11 2.08 3/183 31038
/proc/meminfo: memFree=28729204/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1221188 CPUtime=1.48 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 246151 0 0 0 116 32 0 0 20 0 4 0 13342607 1250496512 246991 33554432000 4194304 16246674 140736410538496 140736410537808 5823961 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 305297 246991 793 2943 0 302191 0
[pid=31027/tid=31034] ppid=31023 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1250496512 246991 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1250496512 246991 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1250496512 246991 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1221188

[startup+3.10042 s]
/proc/loadavg: 2.04 2.11 2.08 3/183 31038
/proc/meminfo: memFree=28458512/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 267495 0 0 0 274 35 0 0 20 0 4 0 13342607 1337528320 268335 33554432000 4194304 16246674 140736410538496 140736410520384 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 326545 268335 794 2943 0 323439 0
[pid=31027/tid=31034] ppid=31023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1337528320 268335 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1337528320 268335 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1337528320 268335 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30038 s]
/proc/loadavg: 2.04 2.11 2.08 3/183 31038
/proc/meminfo: memFree=28453132/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=6.29 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269287 0 0 0 594 35 0 0 20 0 4 0 13342607 1344868352 270127 33554432000 4194304 16246674 140736410538496 140736410520384 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270127 795 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270127 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270127 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270127 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.11 2.12 2.09 3/183 31038
/proc/meminfo: memFree=28445864/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=12.69 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269367 0 0 0 1234 35 0 0 20 0 4 0 13342607 1344868352 270207 33554432000 4194304 16246674 140736410538496 140736410520384 5672230 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270207 795 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270207 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270207 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270207 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.09 2.12 2.09 3/183 31038
/proc/meminfo: memFree=28435792/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=25.48 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269369 0 0 0 2513 35 0 0 20 0 4 0 13342607 1344868352 270209 33554432000 4194304 16246674 140736410538496 140736410520384 13927430 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270209 797 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1313348

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

[startup+25.6005 s]
/proc/loadavg: 2.09 2.12 2.09 3/183 31038
/proc/meminfo: memFree=28435792/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=25.58 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269369 0 0 0 2523 35 0 0 20 0 4 0 13342607 1344868352 270209 33554432000 4194304 16246674 140736410538496 140736410520384 5808436 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270209 797 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1313348

[startup+26.0004 s]
/proc/loadavg: 2.09 2.12 2.09 3/183 31038
/proc/meminfo: memFree=28435792/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=25.98 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269369 0 0 0 2563 35 0 0 20 0 4 0 13342607 1344868352 270209 33554432000 4194304 16246674 140736410538496 140736410521496 5662106 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270209 797 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.98
Current children cumulated vsize (KiB) 1313348

[startup+26.4004 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 31038
/proc/meminfo: memFree=28435544/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=1313348 CPUtime=26.39 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202496 269369 0 0 0 2604 35 0 0 20 0 4 0 13342607 1344868352 270209 33554432000 4194304 16246674 140736410538496 140736410521496 5523513 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 328337 270209 797 2943 0 325231 0
[pid=31027/tid=31034] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31034/stat : 31034 (toysat) S 31023 31027 29204 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501799906544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=31027/tid=31035] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31035/stat : 31035 (toysat) S 31023 31027 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501789416688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=31027/tid=31036] ppid=31023 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/31027/task/31036/stat : 31036 (toysat) S 31023 31027 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13342608 1344868352 270209 33554432000 4194304 16246674 140736410538496 140501667802288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 1313348

[startup+26.5077 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 31038
/proc/meminfo: memFree=28435544/32872528 swapFree=1190796/1305260
[pid=31027] ppid=31023 vsize=0 CPUtime=26.49 cores=1,3,5,7
/proc/31027/stat : 31027 (toysat) R 31023 31027 29204 0 -1 4202500 269374 0 0 0 2613 36 0 0 20 0 1 0 13342607 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31027/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 26.5576
CPU time (s): 26.552
CPU user time (s): 26.132
CPU system time (s): 0.419936
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.132
system time used= 0.419936
maximum resident set size= 1080848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269374
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= 22
involuntary context switches= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082987 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 23:36:00
IDJOB=4096232
IDBENCH=107585
IDSOLVER=2542
FILE ID=node127/4096232-1466112960
RUNJOBID= node127-1466112960-31002
PBS_JOBID= 19904036
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= eb6fd7ca2b348a433edb8eeb43d34040
RANDOM SEED=1507708253

node127.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.769
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.769
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.769
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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:        30602508 kB
Buffers:           56428 kB
Cached:           167000 kB
SwapCached:        34656 kB
Active:           115164 kB
Inactive:         143464 kB
Active(anon):       2348 kB
Inactive(anon):    35592 kB
Active(file):     112816 kB
Inactive(file):   107872 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066092 kB
Dirty:             33044 kB
Writeback:             0 kB
AnonPages:       1307548 kB
Mapped:             7020 kB
Shmem:                 0 kB
Slab:             571404 kB
SReclaimable:      15336 kB
SUnreclaim:       556068 kB
KernelStack:        1408 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1401968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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 node127 at 2016-06-16 23:36:26