Trace number 4108139

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 24.2083 24.212

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j605_10-unsat.opb
MD5SUMce969cddb569a85677747111590221bd
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 benchmark4.18636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9638
Total number of constraints30220
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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-19T00:59:29+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-4108139-1466290769.opb"]
0.00/0.01	c use --random-gen="3674128670 3037629968 1243260616 3134867008 3455536128 2837357962 4088824119 2456763609 1637510251 3704257799 3711028479 2379842771 3855386638 2261579532 3653285785 3994717653 3580891680 3186509604 3678936976 447832542 429991879 1440780463 1663610700 3199886785 1228573846 1958993992 4042191146 3472652928 4033734242 1725256864 888945633 3186142441 3656245711 2687343365 1345827918 626496932 3647844768 618691525 4227433234 3345404056 2983160813 1176540812 2732396625 2406553116 1335525853 3017181623 1622908276 1613319264 3735582375 2092357640 2717843758 4081690099 4079892739 3759541349 3122607292 3615977722 2407171234 1279599608 3014851662 2152632227 968049637 739349468 3591002904 4246756657 4189285782 235014352 88447360 4214838708 1179995063 658929725 1653334136 2508401156 610752715 4108877747 785525217 3196283663 2057238248 3468125950 360307376 3827696788 3510650010 1669058614 2992249560 2454674147 1435058368 1374606979 3867411284 3648653596 3214136563 2947495978 1803347956 2948807528 3432002226 3541708153 809625008 1740139223 3032489140 1746203235 514531626 2275656120 1403914014 529648854 2968987324 1734233273 1450057949 1955692727 3144925314 2759391115 3737273159 294971700 1319567344 1479339000 4037825575 2639769326 2421500960 3343646304 974295538 2780562693 274473028 3931224079 2003065922 1461612991 3256001672 700759826 4155803103 95580406 1214334455 665301367 954766126 1062089180 4051468553 622706234 1746349793 1918427789 3979184173 2827482873 1670944419 3990505461 2902010220 3856769226 770253902 3512803956 998652022 3677121146 245204616 2079705332 3824527326 4077340339 2992279305 1006330057 1461514884 2200059984 681995036 1055636673 13550973 36168526 1931687018 1882043294 1145963496 2245911022 3095072917 2836099149 3353239556 3206713428 2554172712 2285357132 2888972660 1289199517 139037565 3472858712 1324472103 1798488187 2478577741 1307698044 3936692714 3757081788 2192997752 2154185705 3789185108 3706486115 2322377383 1366382640 2228673759 1017844759 2756795888 1617897971 2606955495 2826343620 3573525914 1324098169 962958312 2407081846 3863133880 353005203 2360707214 883053862 396337420 3776869532 3239633026 2997052610 2563106325 2410580940 4003506224 2067967889 522657199 3647494343 2890052810 1399456962 4048914711 2808749638 1529391305 1571520450 3284008034 387774948 3996234636 2838643599 2442645053 4223265226 1609557251 1875100125 3952767882 2010634611 1739366331 965476750 3300909812 594593972 1353253403 2274842230 1973251855 3483114860 135239084 2636005827 1243416432 2515187712 2393722412 2328029705 2533335092 2678276138 466265343 2343965393 4286212652 3387030440 912643292 409103032 1805148515 2307128870 2189110483 2156504706 2320010725 4282386131 713803737 2730208120 194328661 302989899 2847510859 3268321043 255 362436" option to reproduce the execution
0.19/0.21	c #vars 9638
0.19/0.21	c #constraints 30220
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     8521      0 |     5876 |        0
0.49/0.51	c  0.1s |       1 |      145 |      100 |     8521      0 |     5876 |     6502
0.59/0.69	c  0.3s |       2 |      347 |      250 |     9374      0 |     5876 |     6502
0.89/0.95	c  0.5s |       3 |      674 |      475 |    10312      0 |     5876 |     6502
1.39/1.42	c  1.0s |       4 |     1148 |      813 |    11344      0 |     5876 |     6502
2.09/2.11	c  1.7s |       5 |     1821 |     1320 |    12479      0 |     5876 |     6502
2.79/2.82	c  2.4s |       6 |     2787 |     2081 |    15100      0 |     5876 |     6502
3.99/4.03	c  3.6s |       7 |     4221 |     3223 |    16610      0 |     5888 |     6541
5.69/5.77	c  5.3s |       8 |     6506 |     4936 |    18271      0 |     5906 |     6592
7.70/7.79	c  7.4s |       8 |     8668 |     6736 |    18271      0 |     5906 |     6592
8.59/8.69	c  8.3s |       9 |     9590 |     7506 |    20099      0 |     5906 |     6592
10.69/10.77	c 10.3s |       9 |    11499 |     9106 |    20099      0 |     5906 |     6592
12.79/12.84	c 12.4s |       9 |    13551 |    10706 |    20099      0 |     5906 |     6592
13.69/13.71	c 13.3s |      10 |    14339 |    11361 |    22109      0 |     5906 |     6592
15.69/15.79	c 15.4s |      10 |    16044 |    12761 |    22109      0 |     5950 |     6720
17.89/17.91	c 17.5s |      10 |    17871 |    14261 |    22109      0 |     5954 |     6732
19.99/20.04	c 19.6s |      10 |    19551 |    15661 |    22109      0 |     5954 |     6732
21.99/22.07	c 21.6s |      10 |    21176 |    17061 |    24320      0 |     6047 |     7044
22.09/22.17	c 21.7s |      11 |    21269 |    17144 |    24320      0 |     6047 |     7044
24.09/24.15	c 23.7s |      11 |    22887 |    18499 |    24320      0 |     7499 |    10071
24.09/24.15	c #cpu_time = 23.716s
24.09/24.15	c #wall_clock_time = 23.716s
24.09/24.15	c #decision = 22887
24.09/24.15	c #random_decision = 29
24.09/24.15	c #conflict = 18499
24.09/24.15	c #restart = 11
24.09/24.15	s UNSATISFIABLE
24.09/24.15	c total CPU time = 24.149s
24.09/24.15	c total wall clock time = 24.149s

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

pid=30140
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.13 2.20 2.23 3/179 30143
/proc/meminfo: memFree=29128304/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=831932 CPUtime=0 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 3126 0 0 0 0 0 0 0 20 0 4 0 31122593 851898368 2976 33554432000 4194304 16246674 140736593703776 140736593703200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 208751 2984 441 2943 0 205645 0
[pid=30143/tid=30144] ppid=30140 vsize=850364 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 870772736 3048 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=855484 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 876015616 3067 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=859580 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31122593 880209920 3082 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.13 2.20 2.23 3/179 30143
/proc/meminfo: memFree=29128304/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 25903 0 0 0 6 3 0 0 20 0 4 0 31122593 1332285440 25692 33554432000 4194304 16246674 140736593703776 140736593703088 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 325265 25709 799 2943 0 322159 0
[pid=30143/tid=30144] ppid=30140 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1332285440 25720 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1332285440 25731 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1332285440 25742 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200488 s]
/proc/loadavg: 2.13 2.20 2.23 3/179 30143
/proc/meminfo: memFree=29128304/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 47570 0 0 0 13 6 0 0 20 0 4 0 31122593 1344868352 47869 33554432000 4194304 16246674 140736593703776 140736593703088 7376992 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 328337 47869 799 2943 0 325231 0
[pid=30143/tid=30144] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 47869 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 47869 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 47869 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300466 s]
/proc/loadavg: 2.13 2.20 2.23 3/179 30143
/proc/meminfo: memFree=29128304/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 47683 0 0 0 23 6 0 0 20 0 4 0 31122593 1344868352 47982 33554432000 4194304 16246674 140736593703776 140736593703088 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 328337 47992 835 2943 0 325231 0
[pid=30143/tid=30144] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 47998 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 48004 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1344868352 48008 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.70037 s]
/proc/loadavg: 2.13 2.20 2.23 3/179 30143
/proc/meminfo: memFree=29128304/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=0.69 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 81199 0 0 0 57 12 0 0 20 0 4 0 31122593 1349062656 81498 33554432000 4194304 16246674 140736593703776 140736593703088 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 81505 880 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 81508 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 81511 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 81514 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1317444

[startup+1.50037 s]
/proc/loadavg: 2.13 2.20 2.23 4/183 30147
/proc/meminfo: memFree=28572564/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=1.49 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 194601 0 0 0 121 28 0 0 20 0 4 0 31122593 1349062656 194900 33554432000 4194304 16246674 140736593703776 140736593685696 5829366 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 194906 880 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 194908 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 194911 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 194913 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1317444

[startup+3.10039 s]
/proc/loadavg: 2.20 2.21 2.23 4/183 30147
/proc/meminfo: memFree=28047424/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=3.09 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270032 0 0 0 272 37 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140736593685696 5676840 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270331 886 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1317444

[startup+6.30043 s]
/proc/loadavg: 2.20 2.21 2.23 3/183 30147
/proc/meminfo: memFree=28047696/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=6.29 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270032 0 0 0 592 37 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140736593686776 5598711 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270331 886 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1317444

[startup+12.7004 s]
/proc/loadavg: 2.16 2.20 2.23 4/182 30147
/proc/meminfo: memFree=28048156/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=12.69 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270032 0 0 0 1232 37 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140736593685696 5754764 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270331 886 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1317444

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

[startup+12.8005 s]
/proc/loadavg: 2.16 2.20 2.23 4/182 30147
/proc/meminfo: memFree=28048156/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=12.79 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270032 0 0 0 1242 37 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140736593685696 5676136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270331 886 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270331 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1317444

[startup+19.2004 s]
/proc/loadavg: 2.15 2.20 2.23 3/183 30148
/proc/meminfo: memFree=28048660/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=19.19 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270035 0 0 0 1882 37 0 0 20 0 4 0 31122593 1349062656 270334 33554432000 4194304 16246674 140736593703776 140736593685696 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270334 888 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270334 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270334 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270334 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1317444

[startup+22.4004 s]
/proc/loadavg: 2.14 2.20 2.23 3/183 30148
/proc/meminfo: memFree=28047928/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=22.39 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270039 0 0 0 2202 37 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140736593685696 5659404 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270338 888 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1317444

[startup+23.2076 s]
/proc/loadavg: 2.14 2.20 2.23 3/183 30148
/proc/meminfo: memFree=28047928/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=23.19 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270039 0 0 0 2282 37 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140736593685696 5522977 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270338 888 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1317444

[startup+24.0004 s]
/proc/loadavg: 2.14 2.20 2.23 3/183 30148
/proc/meminfo: memFree=28047928/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=1317444 CPUtime=23.99 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202496 270039 0 0 0 2362 37 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140736593685696 5523718 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 329361 270338 888 2943 0 326255 0
[pid=30143/tid=30144] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (toysat) S 30140 30143 28125 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585827544304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30145] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (toysat) S 30140 30143 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585817054448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30140 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (toysat) S 30140 30143 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31122593 1349062656 270338 33554432000 4194304 16246674 140736593703776 140585806580912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 1317444

[startup+24.2004 s]
/proc/loadavg: 2.14 2.20 2.23 3/180 30148
/proc/meminfo: memFree=28928832/32872528 swapFree=1402776/1580604
[pid=30143] ppid=30140 vsize=0 CPUtime=24.19 cores=1,3,5,7
/proc/30143/stat : 30143 (toysat) R 30140 30143 28125 0 -1 4202500 270044 0 0 0 2377 42 0 0 20 0 1 0 31122593 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30143/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.212
CPU time (s): 24.2083
CPU user time (s): 23.7734
CPU system time (s): 0.434933
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 1317444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7734
system time used= 0.434933
maximum resident set size= 1081372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270044
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= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.081987 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-19 00:59:29
IDJOB=4108139
IDBENCH=75765
IDSOLVER=2542
FILE ID=node139/4108139-1466290769
RUNJOBID= node139-1466274546-28142
PBS_JOBID= 19918239
Free space on /tmp= 71576 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j605_10-unsat.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108139-1466290769/watcher-4108139-1466290769 -o /tmp/evaluation-result-4108139-1466290769/solver-4108139-1466290769 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466274546-28142 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4108139-1466290769.opb

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

MD5SUM BENCH= ce969cddb569a85677747111590221bd
RANDOM SEED=1882686750

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.500
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.56
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.500
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		: 2666.500
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:        29128724 kB
Buffers:          146320 kB
Cached:           179500 kB
SwapCached:         1832 kB
Active:          1189352 kB
Inactive:         226432 kB
Active(anon):    1090168 kB
Inactive(anon):     2540 kB
Active(file):      99184 kB
Inactive(file):   223892 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             17120 kB
Writeback:             0 kB
AnonPages:       2654032 kB
Mapped:            10716 kB
Shmem:                 0 kB
Slab:             610212 kB
SReclaimable:      54112 kB
SUnreclaim:       556100 kB
KernelStack:        1520 kB
PageTables:         9088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2813416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 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= 71560 MiB
End job on node139 at 2016-06-19 00:59:53