Trace number 4097905

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 11.7342 11.738

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_4.opb
MD5SUMf3ba5a1a8184adb44227d2bd1dca20ab
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.341947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4692
Total number of constraints22853
Number of constraints which are clauses22848
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint68
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-17T01:13:45+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-4097905-1466118825.opb"]
0.00/0.01	c use --random-gen="1291290978 1920201198 286377973 1931722916 2476136908 1244621943 3364203097 60689810 672771678 2938285336 2847458488 2534794383 760533738 1986818904 899101942 2301024610 2555138685 1135697297 2035516736 1802035868 657417611 1821303664 2731323757 1115644942 4293431893 1169366068 3194567716 1097572874 253719784 3819628393 2854026047 1059349527 2128442905 1404004554 2720255206 3865305180 2684675392 2691096443 4172035945 4245589431 1954888081 1257085395 2699538288 444683901 3187407016 287348276 767864111 959721872 3853625847 3874881010 68595311 614428969 3866460860 3752569665 3614140544 4146028790 887671072 2258405741 2028564362 2404581471 2925608120 2867221012 2189420227 381950306 3085893629 2488160122 102793782 1693641231 959830836 1054669858 33959098 461765850 1506900103 3184899511 3906398004 3757423601 1082838564 3367274958 1243445479 2973546439 1525020472 2540201647 1523016783 3795710291 4038525586 2057980275 3528117372 3368277851 1515199916 3160856578 3541113557 122595882 1347792491 2850540872 2450822618 3734019305 2852173631 2405786099 1575587491 2007473215 3123363898 1536181331 4290450451 2102127505 3031336240 3966080616 540213079 3064045012 2412155097 1228256005 3195252244 3991983940 2600184099 2450665974 1746302108 17573550 3351401060 810510755 3857849105 4222603708 526072131 2392706257 3363863700 2017980024 3367436532 2627392749 847941339 220085133 2785694986 173931059 2968673622 441780005 2509065062 834009030 1083032722 728223877 678811554 1382258837 2781307602 2102116922 620084435 2720305789 749812133 2645679907 1565760468 1518983579 1066071033 1147374486 4104804757 2401454472 95492226 2026020242 1812799151 684655527 1152471171 1684488665 954701472 192238956 4213551136 2897755622 1896209511 2951809977 1906582911 4021041195 1164704708 1522398199 3945115679 1829237918 811322017 2032110634 2571586769 3776805850 2170843560 3191187787 917548524 1188091390 4191106198 548476863 2220127944 4030801632 2525445290 3659089383 684469241 4053976119 2729345482 1560152504 1581712839 48849815 4114684489 192019160 2647598457 1827378186 290684591 3192550288 2228096772 864543449 1669295707 2470760835 2464075630 3087129178 4063188467 234365592 1289161937 3540053546 625877178 4262040078 836392123 814091874 2836437070 4002632656 4076671031 1800196756 4033622609 3251906792 1295108607 39194854 1161145341 4159498443 765589961 2337875722 2768272626 4126610291 1058737421 954648047 1341428721 1668467757 2509439953 83724700 2397311338 2780540123 2506033 2813093292 4134823846 3338052703 1644388457 219181059 641287608 146012916 1967144514 1522312486 1389575398 1736281536 3027465481 2368630492 667671279 3967753039 2581388560 403363112 1175717077 4283099753 3103793407 142322828 705296423 1036011016 3775486422 2810669418 255 362436" option to reproduce the execution
0.59/0.64	c #vars 4692
0.59/0.64	c #constraints 22853
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     9180      0 |        5 |        0
2.09/2.14	c  0.4s |       1 |     2593 |      100 |     9180      0 |        6 |      604
2.59/2.66	c  0.9s |       2 |     4805 |      250 |    10098      0 |      275 |     1650
3.19/3.27	c  1.5s |       3 |     7475 |      475 |    11108      0 |      275 |     1650
4.09/4.15	c  2.4s |       4 |    12662 |      813 |    12219      0 |      275 |     1650
5.49/5.52	c  3.8s |       5 |    18130 |     1320 |    13441      0 |      537 |     2668
6.98/7.01	c  5.3s |       6 |    25045 |     2081 |    16265      0 |      537 |     2668
9.18/9.23	c  7.5s |       6 |    34649 |     2881 |    16265      0 |      665 |     3165
11.58/11.67	c  9.9s |       6 |    36660 |     3071 |    16265      0 |     4679 |     4104
11.58/11.67	c #cpu_time = 9.907s
11.58/11.67	c #wall_clock_time = 9.933s
11.58/11.67	c #decision = 36660
11.58/11.67	c #random_decision = 102
11.58/11.67	c #conflict = 3071
11.58/11.67	c #restart = 6
11.58/11.67	s UNSATISFIABLE
11.58/11.67	c total CPU time = 11.644s
11.58/11.67	c total wall clock time = 11.675s

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

pid=2545
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.03 2.00 3/179 2548
/proc/meminfo: memFree=30722376/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=670140 CPUtime=0 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 2487 0 0 0 0 0 0 0 20 0 4 0 13927290 686223360 2849 33554432000 4194304 16246674 140733770816000 140733770815424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 168303 2860 441 2943 0 165197 0
[pid=2548/tid=2549] ppid=2545 vsize=714172 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 731312128 3023 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=719292 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 736555008 3043 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=723388 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13927290 740749312 3059 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2548
/proc/meminfo: memFree=30722376/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 27124 0 0 0 5 3 0 0 20 0 4 0 13927290 1333334016 27423 33554432000 4194304 16246674 140733770816000 140733770815312 7371468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 325521 27439 800 2943 0 322415 0
[pid=2548/tid=2549] ppid=2545 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1333334016 27451 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1333334016 27462 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1333334016 27472 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200534 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2548
/proc/meminfo: memFree=30722376/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 45915 0 0 0 13 6 0 0 20 0 4 0 13927290 1344868352 46725 33554432000 4194304 16246674 140733770816000 140733770815312 12752257 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 328337 46725 801 2943 0 325231 0
[pid=2548/tid=2549] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 46725 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 46725 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 46725 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300497 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2548
/proc/meminfo: memFree=30722376/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 60449 0 0 0 20 9 0 0 20 0 4 0 13927290 1344868352 61259 33554432000 4194304 16246674 140733770816000 140733770815312 7439429 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 328337 61259 801 2943 0 325231 0
[pid=2548/tid=2549] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 61259 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 61259 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 61259 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700406 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2548
/proc/meminfo: memFree=30722376/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 71619 0 0 0 58 11 0 0 20 0 4 0 13927290 1344868352 72429 33554432000 4194304 16246674 140733770816000 140733770815312 6976057 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 328337 72429 835 2943 0 325231 0
[pid=2548/tid=2549] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 72429 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 72429 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 72429 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 2552
/proc/meminfo: memFree=30083236/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 258882 0 0 0 116 33 0 0 20 0 4 0 13927290 1344868352 259692 33554432000 4194304 16246674 140733770816000 140733770797888 5885249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 328337 259700 835 2943 0 325231 0
[pid=2548/tid=2549] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 259706 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 259711 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1344868352 259716 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 2552
/proc/meminfo: memFree=29631504/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=3.09 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272126 0 0 0 274 35 0 0 20 0 4 0 13927290 1358499840 272936 33554432000 4194304 16246674 140733770816000 140733770797888 5673995 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 272936 880 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 272936 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 272936 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 272936 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1326660

[startup+6.30041 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29631080/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=6.29 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272325 0 0 0 594 35 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140733770797888 5822717 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273135 880 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1326660

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

[startup+6.40049 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29631080/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=6.39 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272325 0 0 0 604 35 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140733770797888 5827838 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273135 880 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273135 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1326660

[startup+9.6004 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29631236/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=9.58 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272335 0 0 0 923 35 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140733770815176 5659311 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273145 885 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 1326660

[startup+10.4004 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29631236/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=10.38 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272335 0 0 0 1003 35 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140733770797888 5530792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273145 885 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 1326660

[startup+11.2004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29630996/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=11.18 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272335 0 0 0 1083 35 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140733770797888 5530792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273145 885 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 1326660

[startup+11.6004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29630996/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=1326660 CPUtime=11.58 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202496 272335 0 0 0 1123 35 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140733770797888 13950199 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 331665 273145 885 2943 0 328559 0
[pid=2548/tid=2549] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2549/stat : 2549 (toysat) S 2545 2548 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117885824240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2548/tid=2550] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (toysat) S 2545 2548 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117805083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2548/tid=2551] ppid=2545 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (toysat) S 2545 2548 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13927290 1358499840 273145 33554432000 4194304 16246674 140733770816000 140117794610352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 1326660

[startup+11.7004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 2552
/proc/meminfo: memFree=29630996/32872528 swapFree=7268/7268
[pid=2548] ppid=2545 vsize=0 CPUtime=11.69 cores=0,2,4,6
/proc/2548/stat : 2548 (toysat) R 2545 2548 29295 0 -1 4202500 272339 0 0 0 1131 38 0 0 20 0 1 0 13927290 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 11.738
CPU time (s): 11.7342
CPU user time (s): 11.3153
CPU system time (s): 0.418936
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1326660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3153
system time used= 0.418936
maximum resident set size= 1092592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272339
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= 23
involuntary context switches= 12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028995 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-17 01:13:45
IDJOB=4097905
IDBENCH=107824
IDSOLVER=2542
FILE ID=node151/4097905-1466118825
RUNJOBID= node151-1466112624-31871
PBS_JOBID= 19904038
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= f3ba5a1a8184adb44227d2bd1dca20ab
RANDOM SEED=182074627

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        30723020 kB
Buffers:           70024 kB
Cached:           168332 kB
SwapCached:        61592 kB
Active:          1257500 kB
Inactive:         177664 kB
Active(anon):    1138028 kB
Inactive(anon):    61036 kB
Active(file):     119472 kB
Inactive(file):   116628 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:             19428 kB
Writeback:             0 kB
AnonPages:       1143700 kB
Mapped:            10624 kB
Shmem:                 0 kB
Slab:             572792 kB
SReclaimable:      16212 kB
SUnreclaim:       556580 kB
KernelStack:        1448 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1289560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 71712 MiB
End job on node151 at 2016-06-17 01:13:57