Trace number 4097863

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 9.92949 9.94411

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_6.opb
MD5SUM7589fde8b024384c8ca481679cf57322
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.113981
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7034
Number of constraints which are clauses7030
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
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 6
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
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:11:20+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-4097863-1466118680.opb"]
0.00/0.01	c use --random-gen="2830117782 2497710930 3933017266 24015567 1329279410 125480780 67852122 2706139986 1013393659 273569199 4163698175 3348792793 635006247 1433404343 2812023021 3216275773 3187061292 1322993076 1605437871 1492001844 3657568601 1682687381 1227505919 1158517580 1251814691 6546509 3204602143 110912646 504196593 1080294991 3835467641 3075747066 1339877642 1798591740 2149788915 3823104873 566260525 2776057259 3116120508 3561376229 3084805669 3344213703 3052160336 550160361 3260324642 3914245270 665762238 3545171759 2540745248 4275637318 1805778173 42489684 3101335165 1512103423 1241622262 1344717695 3452910629 3490286958 842502855 3870346984 1709281547 557094048 2258162107 519628585 1442238836 3892341237 3872825827 1834097532 4078336639 2256928152 2892892285 4114569222 2850520289 2671100746 1342048011 3339271694 2999778257 3355374078 490729781 1291475587 1598337568 2690703772 3273501657 869872400 2911963285 3288256553 2773991575 3620797443 2773729245 547202800 52466932 3401826262 1508902446 362364291 1727064432 1994950533 1353091494 3216726568 3959309975 585659624 402263813 278045152 2227711396 3093271289 1846535248 1282291873 1716754134 1424330529 3155322559 1138793046 3721234886 531447931 1845009104 3412874469 48746066 1154744464 1855751577 248295757 3390421698 2013932758 3488431090 3894072859 2536461000 4252845893 664119384 1763356818 1344954915 1301981736 3360042184 2779137962 507400490 4278196724 2432251152 149773722 3702765063 132354479 2741016196 1059325723 2586324950 1696068008 3278284914 1496483500 2451580238 3087327241 2621297793 1450905454 785473467 1402260545 332287496 1722708062 3635007846 4200186394 2860500907 2446784973 2383145318 1876144882 2318000473 1160994647 1807810572 1691348738 188171785 3042557042 3201411779 2224255408 3757146825 4035327802 3678983438 659942097 3478996264 1482152290 152564513 1199131016 3912672309 1805248463 4292567926 2851211334 2987272846 299524386 2999620764 2278527109 882110875 3628764130 3287005790 4032576974 762971096 1535067651 1713438106 109668137 3529805791 2069218832 2173563357 3454117452 1586997124 2972144416 1909952277 2325158426 2008548992 3251485873 2850555553 1567155489 521944324 1382532672 2812047435 3223600886 2977365518 2521399725 3309661851 640989210 1291026114 1554975464 1260115400 2694610071 2903347102 4030532518 971956483 3663552668 4278105535 825957260 854461189 3112979131 1611946001 2355712954 202640904 3633680631 3263654695 19705307 3911959087 3488907783 4014667049 1920363466 3047187055 2517640950 1644403772 1014718342 2210860451 1192599683 3896251900 918595130 662554675 1785312209 3764674605 3251850303 3506508703 3046294015 1717532991 3684179716 800465133 1285558075 1103848001 329947849 458787315 1061919023 906241051 2650180234 2815908600 2205529583 255 362436" option to reproduce the execution
0.08/0.15	c #vars 1482
0.08/0.15	c #constraints 7034
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     2838      0 |        5 |        0
0.39/0.43	c  0.1s |       1 |      496 |      100 |     2838      0 |        5 |      328
0.49/0.58	c  0.3s |       2 |      881 |      250 |     3122      0 |        5 |      328
0.79/0.82	c  0.5s |       3 |     1349 |      475 |     3435      0 |        5 |      328
0.98/1.09	c  0.8s |       4 |     2528 |      813 |     3779      0 |        5 |      328
1.49/1.54	c  1.2s |       5 |     3684 |     1320 |     4157      0 |        5 |      328
1.99/2.04	c  1.7s |       6 |     5662 |     2081 |     5031      0 |        5 |      328
2.69/2.75	c  2.4s |       7 |     8403 |     3223 |     5535      0 |       80 |      616
3.79/3.81	c  3.5s |       8 |    12269 |     4936 |     6089      0 |       80 |      616
5.19/5.20	c  4.9s |       9 |    18848 |     7506 |     6698      0 |      153 |      896
7.09/7.10	c  6.8s |      10 |    27743 |    11361 |     7368      0 |      360 |     1688
9.09/9.10	c  8.8s |      10 |    35525 |    15661 |     7368      0 |      608 |     2632
9.79/9.82	c  9.5s |      11 |    37573 |    17144 |     8105      0 |      878 |     3772
9.79/9.88	c  9.6s |      11 |    37615 |    17173 |     8105      0 |     1341 |     4445
9.79/9.88	c #cpu_time = 9.554s
9.79/9.88	c #wall_clock_time = 9.553s
9.79/9.88	c #decision = 37615
9.79/9.88	c #random_decision = 64
9.79/9.88	c #conflict = 17173
9.79/9.88	c #restart = 11
9.79/9.88	s UNSATISFIABLE
9.79/9.88	c total CPU time = 9.880s
9.79/9.88	c total wall clock time = 9.880s

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

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

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


[startup+0 s]
/proc/loadavg: 1.34 1.65 1.97 3/172 27267
/proc/meminfo: memFree=30208884/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=785852 CPUtime=0 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 2944 0 0 0 0 0 0 0 20 0 4 0 13913761 804712448 3305 33554432000 4194304 16246674 140736169219168 140736169218592 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 196975 3313 441 2943 0 193869 0
[pid=27267/tid=27268] ppid=27262 vsize=803260 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 822538240 3372 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=807356 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 826732544 3390 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=812476 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 831975424 3410 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 1.34 1.65 1.97 3/172 27267
/proc/meminfo: memFree=30208884/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 28259 0 0 0 5 3 0 0 20 0 4 0 13913761 1333334016 28558 33554432000 4194304 16246674 140736169219168 140736169201088 8057278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 325521 28573 801 2943 0 322415 0
[pid=27267/tid=27268] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 28584 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 28594 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 28605 33554432000 4194304 16246674 140736169219168 139725620898992 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.200516 s]
/proc/loadavg: 1.34 1.65 1.97 3/172 27267
/proc/meminfo: memFree=30208884/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1302084 CPUtime=0.18 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 48184 0 0 0 13 5 0 0 20 0 4 0 13913761 1333334016 48482 33554432000 4194304 16246674 140736169219168 140736169201088 5589685 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 325521 48494 835 2943 0 322415 0
[pid=27267/tid=27268] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 48502 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 48510 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 48518 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1302084

[startup+0.300472 s]
/proc/loadavg: 1.34 1.65 1.97 3/172 27267
/proc/meminfo: memFree=30208884/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 70048 0 0 0 20 9 0 0 20 0 4 0 13913761 1333334016 70346 33554432000 4194304 16246674 140736169219168 140736169201088 6155670 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 325521 70354 837 2943 0 322415 0
[pid=27267/tid=27268] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 70360 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 70365 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 70370 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1302084

[startup+0.700394 s]
/proc/loadavg: 1.34 1.65 1.97 3/172 27267
/proc/meminfo: memFree=30208884/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1302084 CPUtime=0.69 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 144129 0 0 0 48 21 0 0 20 0 4 0 13913761 1333334016 144427 33554432000 4194304 16246674 140736169219168 140736169201088 5661217 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 325521 144430 879 2943 0 322415 0
[pid=27267/tid=27268] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 144433 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 144435 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1333334016 144442 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1302084

[startup+1.5004 s]
/proc/loadavg: 1.40 1.66 1.97 3/183 27278
/proc/meminfo: memFree=28407700/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=1.49 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268582 0 0 0 111 38 0 0 20 0 4 0 13913761 1341722624 268880 33554432000 4194304 16246674 140736169219168 140736169218480 5822432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 268880 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268880 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268880 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268880 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1310276

[startup+3.10036 s]
/proc/loadavg: 1.40 1.66 1.97 3/183 27278
/proc/meminfo: memFree=28058756/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=3.09 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268604 0 0 0 271 38 0 0 20 0 4 0 13913761 1341722624 268902 33554432000 4194304 16246674 140736169219168 140736169202168 5677720 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 268902 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268902 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268902 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 268902 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1310276

[startup+6.30041 s]
/proc/loadavg: 1.44 1.66 1.97 3/183 27278
/proc/meminfo: memFree=28058136/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 591 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 13950188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1310276

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

[startup+6.40049 s]
/proc/loadavg: 1.44 1.66 1.97 3/183 27278
/proc/meminfo: memFree=28058136/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=6.39 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 601 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 5673777 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 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) 1310276

[startup+8.00041 s]
/proc/loadavg: 1.44 1.66 1.97 4/183 27278
/proc/meminfo: memFree=28058420/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=7.99 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 761 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 5546005 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1310276

[startup+8.80035 s]
/proc/loadavg: 1.44 1.66 1.97 4/183 27278
/proc/meminfo: memFree=28058824/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=8.79 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 841 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1310276

[startup+9.6004 s]
/proc/loadavg: 1.44 1.66 1.97 4/183 27278
/proc/meminfo: memFree=28058824/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=9.59 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 921 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 1310276

[startup+9.80039 s]
/proc/loadavg: 1.44 1.66 1.97 4/183 27278
/proc/meminfo: memFree=28058824/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=1310276 CPUtime=9.79 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) R 27262 27267 24593 0 -1 4202496 268755 0 0 0 941 38 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 140736169201088 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 327569 269053 887 2943 0 324463 0
[pid=27267/tid=27268] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27268/stat : 27268 (toysat) S 27262 27267 24593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725749857520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27267/tid=27269] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27269/stat : 27269 (toysat) S 27262 27267 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725739367664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) S 27262 27267 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13913761 1341722624 269053 33554432000 4194304 16246674 140736169219168 139725620898992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 1310276

[startup+9.90039 s]
/proc/loadavg: 1.44 1.66 1.97 3/181 27278
/proc/meminfo: memFree=28345900/32872528 swapFree=1499116/1695340
[pid=27267] ppid=27262 vsize=0 CPUtime=9.89 cores=0,2,4,6
/proc/27267/stat : 27267 (toysat) Z 27262 27267 24593 0 -1 4202508 268759 0 0 0 949 40 0 0 20 0 2 0 13913761 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27267/statm: 0 0 0 0 0 0 0
[pid=27267/tid=27270] ppid=27262 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/27267/task/27270/stat : 27270 (toysat) R 27262 27267 24593 0 -1 4202564 1 0 0 0 0 1 0 0 20 0 2 0 13913761 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.94411
CPU time (s): 9.92949
CPU user time (s): 9.49256
CPU system time (s): 0.436933
CPU usage (%): 99.8529
Max. virtual memory (cumulated for all children) (KiB): 1310276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.49256
system time used= 0.436933
maximum resident set size= 1076224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268759
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= 20
involuntary context switches= 12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018997 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-17 01:11:20
IDJOB=4097863
IDBENCH=107818
IDSOLVER=2542
FILE ID=node137/4097863-1466118680
RUNJOBID= node137-1466118679-27241
PBS_JOBID= 19904058
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 7589fde8b024384c8ca481679cf57322
RANDOM SEED=593428157

node137.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.486
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.97
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.486
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.486
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.56
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.486
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.486
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.486
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.38
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.486
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		: 2666.486
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:        30209264 kB
Buffers:           70196 kB
Cached:           186472 kB
SwapCached:         2428 kB
Active:           151568 kB
Inactive:         108444 kB
Active(anon):       3796 kB
Inactive(anon):     1904 kB
Active(file):     147772 kB
Inactive(file):   106540 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099536 kB
Dirty:             33772 kB
Writeback:             0 kB
AnonPages:       1697268 kB
Mapped:             6872 kB
Shmem:                 0 kB
Slab:             572464 kB
SReclaimable:      16464 kB
SUnreclaim:       556000 kB
KernelStack:        1368 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1790324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71672 MiB
End job on node137 at 2016-06-17 01:11:30