Trace number 4107658

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 0.116981 0.11797

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/caixa/normalized-1093.cudf.trendy.opb
MD5SUM0f7b90ea86fe98873bdd5f48c25bdb8d
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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.053991
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1136
Total number of constraints6798
Number of constraints which are clauses6798
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 728
Biggest coefficient in the objective function 133956
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 48760348
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 133956
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 48760348
Number of bits of the biggest sum of numbers26
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:29:25+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-4107658-1466288965.opb"]
0.00/0.01	c use --random-gen="1557995465 3278973920 2061114120 1558119929 2857082196 3980059897 3027026417 3105919025 133487342 1228448803 224219943 4284046965 2974123203 4088994807 3744077429 1514416360 3937029194 3053521764 2626914690 3311720712 3252991042 1583632029 2195563121 792822540 1248714965 750307661 1717947681 4136004532 352659928 3939346473 396534903 2668289083 1899686710 349613854 3273502947 1665054124 4235908372 2537544267 4278176982 3027642777 1027010873 1030975967 4140884988 1663099056 1555215089 811496166 2583294505 3835410305 1074054233 122700451 800220755 229481042 3794597640 4152716715 2111584643 2635863076 4192258376 2541699157 3878156139 3508603231 3005284348 2540925813 4121560647 3390204917 2240172285 3277086998 2240544595 2196445966 1235336509 3597131018 2624980971 2464598869 222476854 2281924175 3147078459 114353564 2120961519 1423855860 3605667870 3219951260 1176113964 2623266959 3749689516 2001248093 374973793 910246635 693189391 1904549605 605174174 388043321 3931009582 4007369632 4291083202 1333756139 1199796809 1367692921 3509028096 861474031 2536307463 433286674 647583672 2309699831 1114431790 4131470113 2516247398 514740150 3515172194 1813828552 2738129403 4034559487 3410752751 3152180666 1333482884 2965786305 1832612340 2782000245 2810177103 25114885 98764996 34384452 1642607488 3058621039 1011154700 2793393110 3084597792 3021902471 3473847492 3048204361 2459949168 3935864006 4191599778 4064711811 90902940 2544296855 754533839 1708396145 2840820926 3557434275 3617288232 2504527032 1140931778 1448315826 788243682 25738077 534108870 4177863587 1413622056 2278657111 199950007 2980422520 1619340022 2317338834 3300070096 1486704104 1308737577 2727037760 3938576956 2464820658 737700997 3480598206 1500513102 1091857790 4089676441 3403906133 2233754439 2784443265 243975757 3594475361 3575451512 3555205157 3920113959 3944762135 1950634225 2403741328 1150210282 2132211273 1933800415 1437550073 856872683 4099912727 3567427223 412307570 2994550213 1426693914 3057011972 2295425807 977313852 943204923 1128702054 1662721246 3081278339 1214495545 1694909692 1709307133 3210068619 4130189029 3196749080 3980690430 554598116 1681487118 3877589870 352434740 313958489 3919080200 2258699730 543643632 2610835355 3293988724 2281832103 2377529458 1422547145 607739908 2383683584 4071576880 2874174641 3558085757 866955043 409069067 1854494039 3004807183 696825952 1620807420 1295951917 1559575136 3257760457 1438870533 3703282556 298007659 3775568945 4259807074 4214590966 3832462374 3791948073 3587884916 1673487016 3272877885 1573836586 149167944 4127583399 2162921423 3837709562 2838823632 3634433107 2972213537 538507027 4042665121 3646527625 3873587725 4287647566 2052044602 3347769884 148855034 4165723256 1885654998 3117540016 807803849 255 362436" option to reproduce the execution
0.00/0.06	c #vars 1136
0.00/0.06	c #constraints 6798
0.09/0.11	c BCD2: Hardening is enabled.
0.09/0.11	c BCD2: BiasedSearch is enabled.
0.09/0.11	c Solving starts ...
0.09/0.11	s UNSATISFIABLE
0.09/0.11	c total CPU time = 0.109s
0.09/0.11	c total wall clock time = 0.109s

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-4107658-1466288965/watcher-4107658-1466288965 -o /tmp/evaluation-result-4107658-1466288965/solver-4107658-1466288965 -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-4107658-1466288965.opb 

pid=29803
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.37 2.31 2.25 3/179 29806
/proc/meminfo: memFree=29104660/32872528 swapFree=1402776/1580604
[pid=29806] ppid=29803 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/29806/stat : 29806 (toysat) R 29803 29806 28125 0 -1 4202496 2663 0 0 0 0 0 0 0 20 0 4 0 30942247 731312128 3534 33554432000 4194304 16246674 140737068323280 140737068322704 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29806/statm: 179311 3544 441 2943 0 176205 0
[pid=29806/tid=29807] ppid=29803 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29807/stat : 29807 (toysat) S 29803 29806 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942247 750186496 3606 33554432000 4194304 16246674 140737068323280 140731574365424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29806/tid=29808] ppid=29803 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29808/stat : 29808 (toysat) S 29803 29806 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30942247 754380800 3622 33554432000 4194304 16246674 140737068323280 140731563875568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29806/tid=29809] ppid=29803 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29809/stat : 29809 (toysat) S 29803 29806 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30942247 758575104 3638 33554432000 4194304 16246674 140737068323280 140731448552624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100184 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 29806
/proc/meminfo: memFree=29104660/32872528 swapFree=1402776/1580604
[pid=29806] ppid=29803 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/29806/stat : 29806 (toysat) R 29803 29806 28125 0 -1 4202496 22440 0 0 0 7 2 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140737068322592 13008281 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29806/statm: 305297 23249 832 2943 0 302191 0
[pid=29806/tid=29807] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29807/stat : 29807 (toysat) S 29803 29806 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731574365424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29806/tid=29808] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29808/stat : 29808 (toysat) S 29803 29806 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731563875568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29806/tid=29809] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29809/stat : 29809 (toysat) S 29803 29806 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731448552624 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) 1221188

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

[startup+0.100184 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 29806
/proc/meminfo: memFree=29104660/32872528 swapFree=1402776/1580604
[pid=29806] ppid=29803 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/29806/stat : 29806 (toysat) R 29803 29806 28125 0 -1 4202496 22440 0 0 0 7 2 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140737068322592 13008281 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29806/statm: 305297 23249 832 2943 0 302191 0
[pid=29806/tid=29807] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29807/stat : 29807 (toysat) S 29803 29806 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731574365424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29806/tid=29808] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29808/stat : 29808 (toysat) S 29803 29806 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731563875568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29806/tid=29809] ppid=29803 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/29806/task/29809/stat : 29809 (toysat) S 29803 29806 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30942247 1250496512 23249 33554432000 4194304 16246674 140737068323280 140731448552624 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) 1221188

Child status: 0
Real time (s): 0.11797
CPU time (s): 0.116981
CPU user time (s): 0.083987
CPU system time (s): 0.032994
CPU usage (%): 99.1616
Max. virtual memory (cumulated for all children) (KiB): 1221188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.083987
system time used= 0.032994
maximum resident set size= 93116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22471
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= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.001999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-19 00:29:25
IDJOB=4107658
IDBENCH=72422
IDSOLVER=2542
FILE ID=node139/4107658-1466288965
RUNJOBID= node139-1466274546-28142
PBS_JOBID= 19918239
Free space on /tmp= 71576 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/caixa/normalized-1093.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107658-1466288965/watcher-4107658-1466288965 -o /tmp/evaluation-result-4107658-1466288965/solver-4107658-1466288965 -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-4107658-1466288965.opb

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

MD5SUM BENCH= 0f7b90ea86fe98873bdd5f48c25bdb8d
RANDOM SEED=1915271438

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:        29105304 kB
Buffers:          145132 kB
Cached:           176204 kB
SwapCached:         1832 kB
Active:          1216208 kB
Inactive:         224432 kB
Active(anon):    1118724 kB
Inactive(anon):     2540 kB
Active(file):      97484 kB
Inactive(file):   221892 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       2781104 kB
Mapped:            10916 kB
Shmem:                 0 kB
Slab:             609964 kB
SReclaimable:      54132 kB
SUnreclaim:       555832 kB
KernelStack:        1520 kB
PageTables:         9580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2841876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:29:25