Trace number 4098206

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 18.1792 18.1834

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_5.opb
MD5SUMef6d0572158fd0a5ac9a46f8965ef396
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.427934
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints23534
Number of constraints which are clauses23529
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 constraint69
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 74
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-17T01:32:40+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-4098206-1466119960.opb"]
0.00/0.01	c use --random-gen="704856623 1474187918 1394600262 1870993513 987656080 2872963565 1700111743 1270881892 1130741324 234984843 1526449100 2952270143 120121648 2469798828 3839296567 2029191116 1887537254 1263798431 1011244410 2755952313 344324490 3568169964 4286626905 3243733707 1368590092 1662104406 4165000725 3695370882 967073629 1488994413 2420189928 2877953224 3509188417 2979841682 497339312 2948954777 2778723575 2536119093 2090245759 3862027435 1645446454 1686233838 572791844 3885373080 4293363872 2935188264 2767730227 1218326099 883072148 4245554680 2003548197 1309581442 113255966 1930251134 2234786516 3206007670 259091793 3690491797 565533894 2439653707 3242619328 111578480 1461954441 3122588131 3093288818 3080054455 3005567688 3590319298 2953015682 688364724 1849734922 215974349 624931043 4036906768 740005150 2631049577 2304818176 3416520288 1618182727 3258591463 681633201 593825659 845930204 3702506922 3782203500 3741274881 3595581795 443762609 1564667809 4252587389 2700909724 3491718013 219410838 4260144698 2830869851 2596088831 3128006366 1260748922 3344612369 3833388398 2247597440 3482957697 1541222071 326574135 3916940331 2995769051 937671693 1293246465 3737584862 2429898979 818070554 3306184323 3198276821 4269836011 1509194847 3535865378 309365716 14923713 2686629238 3441326386 3220398954 529749844 1366076820 4185460465 3862233898 2699193081 2461187674 4094858239 21625397 3297758935 2729751999 2529249221 1305425779 981878906 3424228461 3282925394 2638987535 886697525 2364736718 1271902465 2243106005 1035478474 3054024593 1711844898 4154037864 2781647765 1975436139 2286079639 3690593126 264973966 2257321171 845446345 3683589656 3918679972 2207506485 3993916502 254898102 3279666972 1811749163 3342945433 6152808 4047254540 1054393961 4036917304 2652912706 497775359 1161436630 2922710703 3865404127 1252575355 1205591741 3494611109 3056811961 1984391463 3439665200 372159228 2984941623 3397409044 817316073 428480383 1234774795 109177570 3815365192 1732403041 1568437928 2852592042 4009041970 309500664 4136835793 1462500781 1402289032 2963750216 1876401216 3462252006 2381548226 3895650688 3656708530 1337825510 125570482 573653235 3239050426 2464920458 611915704 787199258 2819206907 1066085480 3976286747 2530201860 3801572479 4164596766 950133146 2359717590 2499441249 2215920115 4267530309 3206406055 3509757635 1827817815 3213050004 2137447997 1546918343 2759787576 404911967 2964395892 4289567694 2178766468 4102827782 2532518576 1516168255 33519197 1234770263 2715498625 563147535 2979405608 3473631896 481641911 26940663 4234039593 643877284 271027210 641731121 1260931163 4256558751 2865598475 472007832 1650888963 3811411818 2154374146 2277905558 2969930706 3086501801 3204212629 740651952 3189622650 2871845608 3052522602 255 362436" option to reproduce the execution
0.59/0.65	c #vars 4830
0.59/0.65	c #constraints 23534
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     9453      0 |        5 |        0
2.20/2.28	c  0.5s |       1 |     1164 |      100 |     9453      0 |        6 |      612
2.69/2.73	c  0.9s |       2 |     1404 |      250 |    10399      0 |        6 |      612
3.30/3.39	c  1.6s |       3 |     4574 |      475 |    11439      0 |        6 |      612
4.29/4.36	c  2.6s |       4 |     8465 |      813 |    12583      0 |        6 |      612
5.50/5.59	c  3.8s |       5 |    12837 |     1320 |    13842      0 |        6 |      612
7.09/7.12	c  5.3s |       6 |    19568 |     2081 |    16750      0 |        6 |      612
9.19/9.22	c  7.4s |       6 |    26771 |     2681 |    16750      0 |      143 |     1145
10.49/10.58	c  8.8s |       7 |    32850 |     3223 |    18425      0 |      143 |     1145
12.69/12.74	c 11.0s |       7 |    40300 |     4023 |    18425      0 |      143 |     1145
14.79/14.89	c 13.1s |       7 |    50720 |     4723 |    18425      0 |      279 |     1674
15.99/16.03	c 14.2s |       8 |    51005 |     4936 |    20268      0 |      279 |     1674
17.99/18.04	c 16.3s |       8 |    64222 |     5336 |    20268      0 |      413 |     2195
18.09/18.11	c 16.3s |       8 |    64222 |     5344 |    20268      0 |     4526 |     2195
18.09/18.11	c #cpu_time = 16.287s
18.09/18.11	c #wall_clock_time = 16.330s
18.09/18.11	c #decision = 64222
18.09/18.11	c #random_decision = 159
18.09/18.11	c #conflict = 5344
18.09/18.11	c #restart = 8
18.09/18.11	s UNSATISFIABLE
18.09/18.11	c total CPU time = 18.069s
18.09/18.11	c total wall clock time = 18.117s

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

pid=24012
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.44 1.56 1.92 3/181 24015
/proc/meminfo: memFree=29182648/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=755132 CPUtime=0 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 2826 0 0 0 0 0 0 0 20 0 4 0 14042459 773255168 2676 33554432000 4194304 16246674 140737145804800 140737145804224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 189551 2685 441 2943 0 186445 0
[pid=24015/tid=24016] ppid=24012 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 791080960 2744 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=777660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 796323840 2764 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=781756 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14042460 800518144 2780 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 1.44 1.56 1.92 3/181 24015
/proc/meminfo: memFree=29182648/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 28348 0 0 0 5 4 0 0 20 0 4 0 14042459 1250496512 28136 33554432000 4194304 16246674 140737145804800 140737145803464 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 305297 28139 801 2943 0 302191 0
[pid=24015/tid=24016] ppid=24012 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1250496512 28142 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1250496512 28144 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1250496512 28147 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200516 s]
/proc/loadavg: 1.44 1.56 1.92 3/181 24015
/proc/meminfo: memFree=29182648/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 50710 0 0 0 12 7 0 0 20 0 4 0 14042459 1344868352 51009 33554432000 4194304 16246674 140737145804800 140737145803464 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 328337 51009 801 2943 0 325231 0
[pid=24015/tid=24016] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 51009 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 51009 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 51009 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300506 s]
/proc/loadavg: 1.44 1.56 1.92 3/181 24015
/proc/meminfo: memFree=29182648/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 60345 0 0 0 20 9 0 0 20 0 4 0 14042459 1344868352 60644 33554432000 4194304 16246674 140737145804800 140737145803464 13923640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 328337 60644 801 2943 0 325231 0
[pid=24015/tid=24016] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 60644 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 60644 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 60644 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700364 s]
/proc/loadavg: 1.44 1.56 1.92 3/181 24015
/proc/meminfo: memFree=29182648/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 71386 0 0 0 59 10 0 0 20 0 4 0 14042459 1344868352 71685 33554432000 4194304 16246674 140737145804800 140737145803464 12479352 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 328337 71685 835 2943 0 325231 0
[pid=24015/tid=24016] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 71685 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 71685 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 71685 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 1.44 1.56 1.92 3/185 24019
/proc/meminfo: memFree=28543612/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 260345 0 0 0 110 39 0 0 20 0 4 0 14042459 1344868352 260644 33554432000 4194304 16246674 140737145804800 140737145786688 6156109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 328337 260657 835 2943 0 325231 0
[pid=24015/tid=24016] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 260665 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 260675 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1344868352 260682 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 1.44 1.56 1.92 3/185 24019
/proc/meminfo: memFree=28092748/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=3.09 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272084 0 0 0 268 41 0 0 20 0 4 0 14042459 1358499840 272383 33554432000 4194304 16246674 140737145804800 140737145786688 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272383 881 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1326660

[startup+6.30036 s]
/proc/loadavg: 1.48 1.57 1.92 3/185 24019
/proc/meminfo: memFree=28093896/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=6.29 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272084 0 0 0 588 41 0 0 20 0 4 0 14042459 1358499840 272383 33554432000 4194304 16246674 140737145804800 140737145786688 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272383 881 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272383 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1326660

[startup+12.7004 s]
/proc/loadavg: 1.60 1.59 1.93 3/185 24019
/proc/meminfo: memFree=28092932/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=12.69 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272340 0 0 0 1228 41 0 0 20 0 4 0 14042459 1358499840 272639 33554432000 4194304 16246674 140737145804800 140737145786688 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272639 886 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1326660

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

[startup+12.8004 s]
/proc/loadavg: 1.60 1.59 1.93 3/185 24019
/proc/meminfo: memFree=28092932/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=12.79 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272340 0 0 0 1238 41 0 0 20 0 4 0 14042459 1358499840 272639 33554432000 4194304 16246674 140737145804800 140737145786688 5754712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272639 886 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272639 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1326660

[startup+16.0004 s]
/proc/loadavg: 1.72 1.61 1.93 4/185 24019
/proc/meminfo: memFree=28093212/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=15.99 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272341 0 0 0 1558 41 0 0 20 0 4 0 14042459 1358499840 272640 33554432000 4194304 16246674 140737145804800 140737145786688 5724032 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272640 887 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1326660

[startup+16.8004 s]
/proc/loadavg: 1.72 1.61 1.93 4/185 24019
/proc/meminfo: memFree=28093088/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=16.79 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272341 0 0 0 1638 41 0 0 20 0 4 0 14042459 1358499840 272640 33554432000 4194304 16246674 140737145804800 140737145786688 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272640 887 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 1326660

[startup+17.6004 s]
/proc/loadavg: 1.72 1.61 1.93 3/185 24019
/proc/meminfo: memFree=28093212/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=17.6 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272341 0 0 0 1719 41 0 0 20 0 4 0 14042459 1358499840 272640 33554432000 4194304 16246674 140737145804800 140737145786688 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272640 887 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1326660

[startup+18.0004 s]
/proc/loadavg: 1.72 1.61 1.93 3/185 24019
/proc/meminfo: memFree=28093212/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=17.99 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272341 0 0 0 1758 41 0 0 20 0 4 0 14042459 1358499840 272640 33554432000 4194304 16246674 140737145804800 140737145786688 6024335 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272640 887 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 1326660

[startup+18.1004 s]
/proc/loadavg: 1.72 1.61 1.93 3/185 24019
/proc/meminfo: memFree=28093212/32872528 swapFree=1481856/1661728
[pid=24015] ppid=24012 vsize=1326660 CPUtime=18.09 cores=0,2,4,6
/proc/24015/stat : 24015 (toysat) R 24012 24015 20832 0 -1 4202496 272341 0 0 0 1768 41 0 0 20 0 4 0 14042459 1358499840 272640 33554432000 4194304 16246674 140737145804800 140737145786688 13820966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24015/statm: 331665 272640 887 2943 0 328559 0
[pid=24015/tid=24016] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24016/stat : 24016 (toysat) S 24012 24015 20832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589109587184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24015/tid=24017] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24017/stat : 24017 (toysat) S 24012 24015 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589099097328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24015/tid=24018] ppid=24012 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/24015/task/24018/stat : 24018 (toysat) S 24012 24015 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14042460 1358499840 272640 33554432000 4194304 16246674 140737145804800 140589088623792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 1326660

Child status: 0
Real time (s): 18.1834
CPU time (s): 18.1792
CPU user time (s): 17.7043
CPU system time (s): 0.474927
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 1326660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7043
system time used= 0.474927
maximum resident set size= 1090576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272345
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= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047992 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-17 01:32:40
IDJOB=4098206
IDBENCH=107867
IDSOLVER=2542
FILE ID=node134/4098206-1466119960
RUNJOBID= node134-1466119939-23835
PBS_JOBID= 19904059
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_5.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098206-1466119960/watcher-4098206-1466119960 -o /tmp/evaluation-result-4098206-1466119960/solver-4098206-1466119960 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466119939-23835 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098206-1466119960.opb

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

MD5SUM BENCH= ef6d0572158fd0a5ac9a46f8965ef396
RANDOM SEED=1009089187

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.020
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.020
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.020
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.54
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.020
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.020
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:        29183192 kB
Buffers:           57136 kB
Cached:           166108 kB
SwapCached:         8900 kB
Active:          1221356 kB
Inactive:          98444 kB
Active(anon):    1090308 kB
Inactive(anon):     8200 kB
Active(file):     131048 kB
Inactive(file):    90244 kB
Unevictable:     1661728 kB
Mlocked:         1481856 kB
SwapTotal:      67108856 kB
SwapFree:       67092052 kB
Dirty:             39904 kB
Writeback:             0 kB
AnonPages:       2752704 kB
Mapped:            10668 kB
Shmem:                 0 kB
Slab:             571780 kB
SReclaimable:      15352 kB
SUnreclaim:       556428 kB
KernelStack:        1536 kB
PageTables:         9856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2896612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71680 MiB
End job on node134 at 2016-06-17 01:32:59