Trace number 4122698

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 15.1897 15.2004

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-20-2.cnf.gz-plain.pb.metafix.opb
MD5SUMaba3b1f06aa9762d5c0c645f49fd4f47
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.10568
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-30T22:10:03+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-4122698-1467317403.opb"]
0.00/0.01	c use --random-gen="3847181036 143328923 464839285 2787191062 2749218274 985243424 3834276197 2230787705 1197559855 979646810 1692010068 3058735163 4145239046 1990977127 549956085 3374405355 1801353757 2912164687 2002011283 2215302032 3041986486 1847732127 17808925 587026790 3175848935 4029180518 1865627179 3828739370 1386571698 3350544709 3661476196 1323073023 2429076205 3187641121 1366993366 1636098114 456652547 3923931609 1185047677 3516569545 1693302768 1844213494 2988297755 3714239293 2766805098 1063713485 2255222021 797821376 2657931215 154152006 1648590998 2684371209 2764791543 299815985 2967523261 3140783663 207625992 4138151106 2130178660 3914135955 3780614891 1112475618 577528154 3674790139 4204404556 1177910638 3210356282 988352976 4286872601 995319457 1325621665 2963845915 302982996 1583992470 1035076481 314619069 2538985483 2212360371 2008417786 949146006 2799526761 3694431252 1945739531 714816836 2177257816 556912429 3045656723 1780758551 1345906414 3650595552 3022103311 885332168 382505368 3870688056 1653242867 3613995514 3850231829 3923432552 2094282319 1005061158 3042471598 3945179566 3490179638 4154876717 1979399565 2620516637 1863470582 1174368933 3504009865 4201487791 3801789248 4254943768 1714197347 1600063013 1617995120 522815620 2389898006 3576070904 2640555579 2499818505 3701735371 2892797960 67539117 517272063 346656081 118920626 4021085386 1137599188 2148160520 3256942293 3409117498 3592812464 242922359 872833176 3655224325 2813812393 1980849194 1328725566 4111869551 634794209 1966722291 35311834 1016645591 3729044964 483376913 1307556299 1428094928 4203401523 1739157332 917821783 3327463416 2863654126 2543646329 1987784599 4207193384 4077549095 1635858252 2432796986 4225816156 3617252494 4265128089 113430451 916764193 754021990 730406797 851766563 4013691410 1331939786 1969485911 61089011 1046629736 2598748894 1545258911 87534674 3459298530 2415286632 4025760874 2456554429 3043226947 1394063316 1357715934 4007721546 1408393401 1776477534 391055178 2940856193 1720654554 3050272009 1285509044 641198568 2634428164 423500772 3429062294 2244361441 1010574596 1786410139 570721324 2253066674 161326065 2303038324 3051181402 1282589325 788295500 34449769 487498558 1744958094 3218072800 2913209899 1897420468 3927219160 2524338763 2062707643 740837457 164239515 3801941694 3097382215 2613888836 385254128 2764454136 4068756793 3694073638 1385013918 3316987365 173240466 117147490 2393865453 970907031 2945885433 3887427664 1405963986 550269670 1040100301 3770613230 3232355747 1784535445 1462024146 3522644161 36882482 4034553462 21818939 3231417417 3505870403 4064228053 1775155592 1127801105 1294529360 2183179087 4154939624 2129145752 1210268962 2170805305 1967766306 3382395736 3576061733 1695200287 114026160 255 362436" option to reproduce the execution
0.00/0.01	c #vars 81
0.00/0.01	c #constraints 172
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       84      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      130 |      100 |       84      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      356 |      250 |       93      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      708 |      475 |      103      7 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1204 |      813 |      114     12 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1937 |     1320 |      126     19 |        0 |        0
0.09/0.19	c  0.2s |       6 |     3052 |     2081 |      153     29 |        0 |        0
0.19/0.29	c  0.3s |       7 |     4541 |     3223 |      169     42 |        0 |        0
0.39/0.43	c  0.4s |       8 |     6798 |     4936 |      186     61 |        0 |        0
0.59/0.66	c  0.6s |       9 |     9993 |     7506 |      205     86 |        0 |        0
0.89/0.98	c  1.0s |      10 |    15419 |    11361 |      226    122 |        0 |        0
1.29/1.34	c  1.3s |      11 |    22771 |    17144 |      249    171 |        0 |        0
1.78/1.87	c  1.9s |      12 |    34554 |    25819 |      274    238 |        0 |        0
2.58/2.63	c  2.6s |      13 |    52562 |    38832 |      302    329 |        0 |        0
3.78/3.82	c  3.8s |      14 |    77319 |    58352 |      333    455 |        0 |        0
5.59/5.62	c  5.6s |      15 |   115558 |    87632 |      367    626 |        0 |        0
7.58/7.62	c  7.6s |      15 |   154654 |   118832 |      367    793 |        0 |        0
8.38/8.45	c  8.4s |      16 |   170203 |   131552 |      404    860 |        0 |        0
10.38/10.45	c 10.4s |      16 |   205369 |   160852 |      404   1002 |        0 |        0
12.38/12.45	c 12.4s |      16 |   242528 |   191052 |      404   1147 |        1 |        3
12.78/12.88	c 12.9s |      17 |   250446 |   197432 |      445   1178 |        1 |        3
14.78/14.88	c 14.9s |      17 |   288002 |   228032 |      445   1310 |        4 |       12
15.08/15.13	c 15.1s |      17 |   292911 |   232057 |      445   1325 |       54 |       78
15.08/15.13	c #cpu_time = 15.115s
15.08/15.13	c #wall_clock_time = 15.116s
15.08/15.13	c #decision = 292911
15.08/15.13	c #random_decision = 1275
15.08/15.13	c #conflict = 232057
15.08/15.13	c #restart = 17
15.08/15.13	s UNSATISFIABLE
15.08/15.13	c total CPU time = 15.130s
15.08/15.13	c total wall clock time = 15.131s

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

pid=21926
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.06 2.07 2.01 2/178 21929
/proc/meminfo: memFree=29421148/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=627268 CPUtime=0 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 2324 0 0 0 0 0 0 0 20 0 4 0 12844077 642322432 3196 33554432000 4194304 16246674 140736819835008 140736819834432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 157585 3204 442 2943 0 154479 0
[pid=21929/tid=21930] ppid=21926 vsize=644676 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 660148224 3264 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=649796 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 665391104 3282 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=653892 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 669585408 3297 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.06 2.07 2.01 2/178 21929
/proc/meminfo: memFree=29421148/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 25582 0 0 0 5 4 0 0 20 0 4 0 12844077 1247350784 26443 33554432000 4194304 16246674 140736819835008 140736819834432 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 304529 26450 708 2943 0 301423 0
[pid=21929/tid=21930] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 26456 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 26462 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 26468 33554432000 4194304 16246674 140736819835008 139946878823600 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) 1218116

[startup+0.20048 s]
/proc/loadavg: 2.06 2.07 2.01 2/178 21929
/proc/meminfo: memFree=29421148/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 48801 0 0 0 12 7 0 0 20 0 4 0 12844077 1247350784 49662 33554432000 4194304 16246674 140736819835008 140736819834432 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 304529 49671 708 2943 0 301423 0
[pid=21929/tid=21930] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 49677 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 49684 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 49690 33554432000 4194304 16246674 140736819835008 139946878823600 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) 1218116

[startup+0.300424 s]
/proc/loadavg: 2.06 2.07 2.01 2/178 21929
/proc/meminfo: memFree=29421148/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 72230 0 0 0 18 11 0 0 20 0 4 0 12844077 1247350784 73090 33554432000 4194304 16246674 140736819835008 140736819834432 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 304529 73103 708 2943 0 301423 0
[pid=21929/tid=21930] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 73109 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 73115 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 73123 33554432000 4194304 16246674 140736819835008 139946878823600 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) 1218116

[startup+0.700384 s]
/proc/loadavg: 2.06 2.07 2.01 2/178 21929
/proc/meminfo: memFree=29421148/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 163848 0 0 0 46 23 0 0 20 0 4 0 12844077 1247350784 164708 33554432000 4194304 16246674 140736819835008 140736819834432 13191869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 304529 164717 709 2943 0 301423 0
[pid=21929/tid=21930] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 164723 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 164729 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 164735 33554432000 4194304 16246674 140736819835008 139946878823600 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) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.06 2.07 2.01 3/182 21933
/proc/meminfo: memFree=28437048/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 245473 0 0 0 114 35 0 0 20 0 4 0 12844077 1247350784 246313 33554432000 4194304 16246674 140736819835008 140736819834320 5822548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 304529 246313 788 2943 0 301423 0
[pid=21929/tid=21930] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 246313 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 246313 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1247350784 246313 33554432000 4194304 16246674 140736819835008 139946878823600 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) 1218116

[startup+3.10039 s]
/proc/loadavg: 2.06 2.07 2.01 3/182 21933
/proc/meminfo: memFree=28349132/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267387 0 0 0 271 37 0 0 20 0 4 0 12844077 1337528320 268227 33554432000 4194304 16246674 140736819835008 140736819818008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268227 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268227 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268227 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268227 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30039 s]
/proc/loadavg: 2.06 2.06 2.01 4/182 21933
/proc/meminfo: memFree=28348836/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267403 0 0 0 591 37 0 0 20 0 4 0 12844077 1337528320 268243 33554432000 4194304 16246674 140736819835008 140736819818008 5513358 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268243 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268243 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268243 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268243 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.05 2.06 2.01 3/182 21933
/proc/meminfo: memFree=28349396/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267424 0 0 0 1231 37 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 140736819818008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268264 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.05 2.06 2.01 3/182 21933
/proc/meminfo: memFree=28349396/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=12.78 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267424 0 0 0 1241 37 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 140736819818008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268264 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+14.407 s]
/proc/loadavg: 2.05 2.06 2.01 3/182 21933
/proc/meminfo: memFree=28349652/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=14.39 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267424 0 0 0 1402 37 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 140736819818008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268264 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1306180

[startup+14.8004 s]
/proc/loadavg: 2.05 2.06 2.01 3/182 21933
/proc/meminfo: memFree=28349652/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=1306180 CPUtime=14.78 cores=0,2,4,6
/proc/21929/stat : 21929 (toysat) R 21926 21929 16080 0 -1 4202496 267424 0 0 0 1441 37 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 140736819818008 13927401 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: 326545 268264 788 2943 0 323439 0
[pid=21929/tid=21930] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21930/stat : 21930 (toysat) S 21926 21929 16080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947010927856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21929/tid=21931] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21931/stat : 21931 (toysat) S 21926 21929 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139947000438000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21929/tid=21932] ppid=21926 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21929/task/21932/stat : 21932 (toysat) S 21926 21929 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12844077 1337528320 268264 33554432000 4194304 16246674 140736819835008 139946878823600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1306180

[startup+15.2003 s]
/proc/loadavg: 2.05 2.06 2.01 3/182 21933
/proc/meminfo: memFree=28349652/32872528 swapFree=447588/480292
[pid=21929] ppid=21926 vsize=0 CPUtime=15.17 cores=194,197,224,227-229,258-260,262,290-294,320,323-325,327-329,334,336,338-339,341-342,344,346-347,350-351,353-354,356-357,448-452,456-457,461,464-466,469-470,472,474-475,478-479,481-482,484-485,577-578,580,582-585,587,589,592-594,597-598,600,602-603,606-607,609-610,612-613,645,647-648,651,653,656-658,661-662,664,666-667,670-671,673-674,676-677,708-709,711,713,717,720,734,736,738-739,741,743-750,769-773,775,777-782,784,790,832,901,903-905,907-909,913,921-922,926,928,930-931,933,935-942
/proc/21929/stat : 21929 (toysat) Z 21926 21929 16080 0 -1 4202508 267429 0 0 0 1474 43 0 0 20 0 1 0 12844077 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21929/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 15.2004
CPU time (s): 15.1897
CPU user time (s): 14.7498
CPU system time (s): 0.439933
CPU usage (%): 99.9294
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7498
system time used= 0.439933
maximum resident set size= 1073068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267429
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.038994 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 22:10:03
IDJOB=4122698
IDBENCH=111255
IDSOLVER=2542
FILE ID=node104/4122698-1467317403
RUNJOBID= node104-1467310023-19959
PBS_JOBID= 20005270
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-20-2.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-4122698-1467317403/watcher-4122698-1467317403 -o /tmp/evaluation-result-4122698-1467317403/solver-4122698-1467317403 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467310023-19959 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122698-1467317403.opb

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

MD5SUM BENCH= aba3b1f06aa9762d5c0c645f49fd4f47
RANDOM SEED=1109678525

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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.334
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.334
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.54
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.334
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:        29421684 kB
Buffers:          200948 kB
Cached:           937616 kB
SwapCached:            0 kB
Active:          1430116 kB
Inactive:         795616 kB
Active(anon):    1089952 kB
Inactive(anon):        0 kB
Active(file):     340164 kB
Inactive(file):   795616 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16616 kB
Writeback:             0 kB
AnonPages:       1567768 kB
Mapped:            16464 kB
Shmem:               204 kB
Slab:             611892 kB
SReclaimable:      55824 kB
SUnreclaim:       556068 kB
KernelStack:        1448 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1690000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1103872 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= 71688 MiB
End job on node104 at 2016-06-30 22:10:18