Trace number 4120810

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 6.11107 6.11779

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-20-1.cnf.gz-plain.pb.metafix.opb
MD5SUMf8384e86c6e998ba56a83b84268316de
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.988849
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints172
Number of constraints which are clauses172
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T20:45:51+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-4120810-1467312351.opb"]
0.00/0.01	c use --random-gen="1612837473 1295454389 3228949358 3620164892 3097733290 2686776068 1231952664 2983214356 3427391336 1129168054 3006519799 1456431035 3934718332 2471622900 2130458389 2581832270 3564254750 3584226529 1313244535 1233423299 2658434390 2876359567 3621082501 3059963747 1198197493 45456105 1911248641 129781779 3976944228 3840210877 119846613 631203634 1336090955 3462745539 3018555318 3960157643 1792269618 1340024762 3008802152 29255408 4093301313 353206203 301461798 1770001503 3622898895 3662931682 2919882387 1920225049 434770781 3892969312 2567331122 3377104788 2795100464 2741609308 2739184894 2418960496 3307206720 2963651524 1469014779 2842234801 2832206155 1374369485 4147345390 1335528640 1568882844 1471467642 1509930865 2230379055 1713701090 2523756348 1890190399 2288457220 3718584484 2703738935 2988726566 399386371 2637207576 111792294 738102968 2460137739 974959267 1198877618 3573568943 2639286723 718322695 2586013177 2750162274 2766543425 203271660 2544262593 655548058 2538158075 1503825155 3738339530 168999038 849160259 2114718026 3274669212 4280664503 1048363482 1963202425 4095454447 4174057176 3207030344 3398708204 2495075506 2086909662 355010550 452459 337275904 3691556833 3489498722 1379427442 2662163662 1046910793 4013675455 1460795497 147890597 2515234530 4098347663 2771215432 1364051960 2926173563 3215807602 3605376237 4254068993 3984413385 2375776211 3054370092 3793092046 2511079667 619850555 1836259670 4077743304 393366118 2440561651 2215603405 583995826 4014974471 1505086263 603478544 962154413 3818049134 1284833771 3863866684 3539713614 2034914275 249716771 783745460 140500016 139151175 4183112891 375600175 2010927903 584601448 578737744 2154820970 3875296462 1925631019 1137911027 3374552295 3931937376 333139016 1088193221 1297033871 2515415361 892699064 4196769071 1709405353 3897433877 3839251572 488174990 4224678493 891897658 1891433121 3575231584 2606524440 2102796997 1381722458 581303616 3226585619 135152970 3680472136 3405200241 1620297973 1474590406 657339587 4250901550 323937625 414490879 3894127721 206803195 3143708967 2936173206 2397285176 1605611396 3094522873 1434537355 2263630992 506685358 3039843945 2984108513 3545176583 1854077108 1507312358 744858186 2934536385 3142224635 1778964348 3234435717 3106417332 3989571335 386153343 1474957092 1645457632 2440726535 1887029275 640296449 3144185462 3818573866 646697305 539222350 3009420110 1219654454 1671243455 109634449 3275050307 2675027924 92920261 112049219 2006157504 3838786238 1298889047 4213163999 234254392 1784106307 1853030229 4230474493 1224603335 3252350107 2534011846 2978553669 1082431079 3400906061 2188286787 3023210743 989676996 103091430 2321478131 3891024354 2047133637 946887726 3634478721 354108278 2474608478 3811540795 255 362436" option to reproduce the execution
0.00/0.01	c #vars 81
0.00/0.01	c #constraints 172
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       84      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      138 |      100 |       84      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      349 |      250 |       93      3 |        0 |        0
0.00/0.06	c  0.0s |       3 |      670 |      475 |      103      7 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1165 |      813 |      114     12 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1845 |     1320 |      126     19 |        0 |        0
0.19/0.20	c  0.2s |       6 |     2848 |     2081 |      153     29 |        0 |        0
0.28/0.30	c  0.3s |       7 |     4266 |     3223 |      169     42 |        0 |        0
0.39/0.44	c  0.4s |       8 |     6567 |     4936 |      186     60 |        0 |        0
0.59/0.65	c  0.6s |       9 |    10085 |     7506 |      205     86 |        0 |        0
0.89/0.98	c  1.0s |      10 |    15312 |    11361 |      226    122 |        0 |        0
1.28/1.35	c  1.3s |      11 |    23237 |    17144 |      249    171 |        0 |        0
1.78/1.89	c  1.9s |      12 |    34610 |    25819 |      274    238 |        0 |        0
2.58/2.69	c  2.7s |      13 |    50907 |    38832 |      302    330 |        0 |        0
3.78/3.85	c  3.8s |      14 |    75565 |    58352 |      333    456 |        0 |        0
5.49/5.59	c  5.6s |      15 |   113355 |    87632 |      367    625 |        2 |        6
5.98/6.05	c  6.0s |      15 |   122796 |    95167 |      367    662 |       49 |       45
5.98/6.05	c #cpu_time = 6.017s
5.98/6.05	c #wall_clock_time = 6.035s
5.98/6.05	c #decision = 122796
5.98/6.05	c #random_decision = 521
5.98/6.05	c #conflict = 95167
5.98/6.05	c #restart = 15
5.98/6.05	s UNSATISFIABLE
5.98/6.05	c total CPU time = 6.035s
5.98/6.05	c total wall clock time = 6.053s

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

pid=12433
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: 2.25 2.21 2.13 3/178 12436
/proc/meminfo: memFree=29357660/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=514492 CPUtime=0 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 1881 0 0 0 0 0 0 0 20 0 4 0 10264351 526839808 2242 33554432000 4194304 16246674 140733691687984 140733691687408 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12436/statm: 129135 2252 441 2943 0 126029 0
[pid=12436/tid=12437] ppid=12433 vsize=530876 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 543617024 2307 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=530876 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 543617024 2307 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=530876 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10264351 543617024 2307 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 2.25 2.21 2.13 3/178 12436
/proc/meminfo: memFree=29357660/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 23346 0 0 0 6 3 0 0 20 0 4 0 10264351 1247350784 23697 33554432000 4194304 16246674 140733691687984 140733691687408 5675357 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12436/statm: 304529 23706 707 2943 0 301423 0
[pid=12436/tid=12437] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 23714 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 23722 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 23728 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200459 s]
/proc/loadavg: 2.25 2.21 2.13 3/178 12436
/proc/meminfo: memFree=29357660/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 45114 0 0 0 13 6 0 0 20 0 4 0 10264351 1247350784 45464 33554432000 4194304 16246674 140733691687984 140733691670984 5677541 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12436/statm: 304529 45474 708 2943 0 301423 0
[pid=12436/tid=12437] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 45481 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 45488 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 45494 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300442 s]
/proc/loadavg: 2.25 2.21 2.13 3/178 12436
/proc/meminfo: memFree=29357660/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 66622 0 0 0 19 9 0 0 20 0 4 0 10264351 1247350784 66973 33554432000 4194304 16246674 140733691687984 140733691669888 13192029 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 304529 66984 708 2943 0 301423 0
[pid=12436/tid=12437] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 66990 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 66999 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 67006 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.7004 s]
/proc/loadavg: 2.25 2.21 2.13 3/178 12436
/proc/meminfo: memFree=29357660/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 157165 0 0 0 47 21 0 0 20 0 4 0 10264351 1247350784 157516 33554432000 4194304 16246674 140733691687984 140733691669888 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 304529 157527 708 2943 0 301423 0
[pid=12436/tid=12437] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 157534 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 157541 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 157547 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.25 2.21 2.13 3/182 12440
/proc/meminfo: memFree=28376088/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1218116 CPUtime=1.48 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 245482 0 0 0 114 34 0 0 20 0 4 0 10264351 1247350784 245812 33554432000 4194304 16246674 140733691687984 140733691670984 5723304 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 304529 245812 784 2943 0 301423 0
[pid=12436/tid=12437] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 245812 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 245812 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1247350784 245812 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.23 2.21 2.13 3/182 12440
/proc/meminfo: memFree=28287924/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 267396 0 0 0 270 38 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140733691669888 13949808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 326545 267726 784 2943 0 323439 0
[pid=12436/tid=12437] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

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

[startup+3.20048 s]
/proc/loadavg: 2.23 2.21 2.13 3/182 12440
/proc/meminfo: memFree=28287924/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1306180 CPUtime=3.18 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 267396 0 0 0 280 38 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140733691669888 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 326545 267726 784 2943 0 323439 0
[pid=12436/tid=12437] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1306180

[startup+4.8004 s]
/proc/loadavg: 2.23 2.21 2.13 3/183 12441
/proc/meminfo: memFree=28287668/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1306180 CPUtime=4.78 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 267396 0 0 0 440 38 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140733691669888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 326545 267726 784 2943 0 323439 0
[pid=12436/tid=12437] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267726 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1306180

[startup+5.60733 s]
/proc/loadavg: 2.23 2.21 2.13 3/183 12441
/proc/meminfo: memFree=28287176/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1306180 CPUtime=5.59 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 267398 0 0 0 521 38 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140733691669888 12477720 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 326545 267728 786 2943 0 323439 0
[pid=12436/tid=12437] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 1306180

[startup+6.0004 s]
/proc/loadavg: 2.23 2.21 2.13 3/183 12441
/proc/meminfo: memFree=28287176/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=1306180 CPUtime=5.98 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) R 12433 12436 11495 0 -1 4202496 267398 0 0 0 560 38 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140733691669888 5674844 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 326545 267728 786 2943 0 323439 0
[pid=12436/tid=12437] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12437/stat : 12437 (toysat) S 12433 12436 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585974344944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) S 12433 12436 11495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585889410288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12436/tid=12439] ppid=12433 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12436/task/12439/stat : 12439 (toysat) S 12433 12436 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10264351 1337528320 267728 33554432000 4194304 16246674 140733691687984 140585878936752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1306180

[startup+6.1004 s]
/proc/loadavg: 2.23 2.21 2.13 3/183 12441
/proc/meminfo: memFree=28287176/32872528 swapFree=1102192/1183952
[pid=12436] ppid=12433 vsize=0 CPUtime=6.09 cores=0,2,4,6
/proc/12436/stat : 12436 (toysat) Z 12433 12436 11495 0 -1 4202508 267403 0 0 0 566 43 0 0 20 0 2 0 10264351 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12436/statm: 0 0 0 0 0 0 0
[pid=12436/tid=12438] ppid=12433 vsize=0 CPUtime=0.03 cores=0,2,4,6
/proc/12436/task/12438/stat : 12438 (toysat) R 12433 12436 11495 0 -1 4202564 9 0 0 0 0 3 0 0 20 0 2 0 10264351 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.11779
CPU time (s): 6.11107
CPU user time (s): 5.66314
CPU system time (s): 0.447931
CPU usage (%): 99.8901
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.66314
system time used= 0.447931
maximum resident set size= 1070924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267403
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= 16

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021996 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 20:45:51
IDJOB=4120810
IDBENCH=110133
IDSOLVER=2542
FILE ID=node115/4120810-1467312351
RUNJOBID= node115-1467308742-11511
PBS_JOBID= 20005276
Free space on /tmp= 71648 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-20-1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120810-1467312351/watcher-4120810-1467312351 -o /tmp/evaluation-result-4120810-1467312351/solver-4120810-1467312351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467308742-11511 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120810-1467312351.opb

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

MD5SUM BENCH= f8384e86c6e998ba56a83b84268316de
RANDOM SEED=1632528883

node115.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.087
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.17
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.087
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.56
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.087
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.54
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.087
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.087
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.087
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.087
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.087
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:        29358296 kB
Buffers:          155932 kB
Cached:           342732 kB
SwapCached:            0 kB
Active:          1369852 kB
Inactive:         218020 kB
Active(anon):    1085164 kB
Inactive(anon):     6556 kB
Active(file):     284688 kB
Inactive(file):   211464 kB
Unevictable:     1183952 kB
Mlocked:         1102192 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       2357040 kB
Mapped:            17120 kB
Shmem:               204 kB
Slab:             607268 kB
SReclaimable:      51604 kB
SUnreclaim:       555664 kB
KernelStack:        1512 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2408608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 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= 71632 MiB
End job on node115 at 2016-06-30 20:45:58